Skip to content

Commit

Permalink
.github/workflows/Labeler.yml: Update workflows (#202)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
makubacki authored Jun 21, 2023
1 parent 47beda0 commit ab3bf35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:

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

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

0 comments on commit ab3bf35

Please sign in to comment.