Skip to content

Commit e5d4417

Browse files
authored
Merge pull request #1997 from buildpacks/chore/fix-labeler-issue-with-v5
Action labeler v5.0.0 was released yesterday (12/04) and it broke the definition rules
2 parents 27fb535 + 299af9a commit e5d4417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/privileged-pr-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
label:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/labeler@main
11+
- uses: actions/labeler@v4
1212
with:
1313
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1414
add-milestone:

0 commit comments

Comments
 (0)