diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-03 13:36:14 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-27 18:51:21 +0000 |
commit | a0594ca403e77f68b317cc15b9b5c6b39e36e0fb (patch) | |
tree | feb30fce2c8f5cdba62210d726a7f3ad2ab7035b /.github | |
parent | b2a431868c4ae0ad99def0a504d2fe097e16cd4f (diff) | |
download | edk2-a0594ca403e77f68b317cc15b9b5c6b39e36e0fb.tar.gz |
GitHub Action: Bump github/issue-labeler from 3.1 to 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>
Diffstat (limited to '.github')
-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
|