diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-03 13:36:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 13:36:14 +0000 |
commit | 911a62f1327a7a689e3d061efc4e62508521d48d (patch) | |
tree | 34d11499781a74497a35f9466f2e38978ee819b5 | |
parent | b0930e3f4e6de1ce1c480bca687b44875e071f74 (diff) | |
download | edk2-dependabot/github_actions/github/issue-labeler-3.4.tar.gz edk2-dependabot/github_actions/github/issue-labeler-3.4.tar.bz2 edk2-dependabot/github_actions/github/issue-labeler-3.4.zip |
GitHub Action: Bump github/issue-labeler from 3.1 to 3.4dependabot/github_actions/github/issue-labeler-3.4
Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 3.1 to 3.4.
- [Release notes](https://github.com/github/issue-labeler/releases)
- [Commits](https://github.com/github/issue-labeler/compare/v3.1...v3.4)
---
updated-dependencies:
- dependency-name: github/issue-labeler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/pr-labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 1b7daa61fa..b984898084 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -29,7 +29,7 @@ jobs: steps:
- name: Apply Labels Based on PR Description
- uses: github/issue-labeler@v3.1
+ uses: github/issue-labeler@v3.4
with:
configuration-path: .github/workflows/pr-labeler/regex.yml
enable-versioned-regex: 0
|