From c792a1721cd38b90bed56b536879516cf6b59aab Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 5 Jun 2023 22:59:09 +0000
Subject: [PATCH] Bump actions/labeler from 4.0.4 to 4.1.0 (#128290)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.4 to 4.1.0.
Release notes
Sourced from actions/labeler's releases.
v4.1.0
What's Changed
In scope of this release, the dot input was added by @âkachkaev in actions/labeler#316. It allows patterns to match paths starting with a period. This input is set to false by default.
Usage
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
dot: true
This release also includes the following changes:
New Contributors
Full Changelog: https://github.com/actions/labeler/compare/v4...v4.1.0
Commits
9fcb2c2 Merge pull request #578 from actions/dependabot/npm_and_yarn/typescript-eslin...
0d06c50 Bump @âtypescript-eslint/eslint-plugin from 5.59.7 to 5.59.8
1d399c3 Merge pull request #577 from actions/dependabot/npm_and_yarn/typescript-eslin...
82a4f6f Merge pull request #316 from kachkaev/dot-option
d40596e micromatch â minimatch
3cbc54c Merge pull request #451 from Youssef1313/patch-1
639ba81 Rebuild
71d2484 Address review comment
59d3310 Rebuild
a78a6c7 Update README.md
- Additional commits viewable in compare view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---
.github/workflows/labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 3a5577155a..cd7212c5e4 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -17,4 +17,4 @@ jobs:
runs-on: ubuntu-latest
steps:
# Source available at https://github.com/actions/labeler/blob/main/README.md
- - uses: actions/labeler@0776a679364a9a16110aac8d0f40f5e11009e327
+ - uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375