Skip to content

Commit ab3bf35

Browse files
authored
.github/workflows/Labeler.yml: Update workflows (#202)
Updates `github/issue-labeler` from `v2.5` to `v3.1`. Includes the following fixes (occassionally impacting Mu PRs): - Issue labels that do not match a regex will no longer be removed - Support empty body and only remove existing labels --- Updates `actions/labeler` from `v4` to `v4.1.0`. No major known changes that impact Mu DevOps. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 47beda0 commit ab3bf35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434

3535
steps:
3636
- name: Apply Labels Based on PR File Paths
37-
uses: actions/labeler@v4
37+
uses: actions/labeler@v4.1.0
3838
with:
3939
configuration-path: .github/workflows/label-issues/file-paths.yml
4040
repo-token: ${{ secrets.GITHUB_TOKEN }}
4141
sync-labels: true
4242
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
4343

4444
- name: Apply Labels Based on PR Messages
45-
uses: github/issue-labeler@v2.5
45+
uses: github/issue-labeler@v3.1
4646
with:
4747
configuration-path: .github/workflows/label-issues/regex-pull-requests.yml
4848
enable-versioned-regex: 0

0 commit comments

Comments
 (0)