Skip to content

Commit

Permalink
chore(ci): labeler v5.0.0 is inconsistent (#3978)
Browse files Browse the repository at this point in the history
Despite the fact that the labeler v5.0.0 demands a different syntax
for the configuration file, it has inconsistent behavior:

actions/labeler#712 (comment)

So, return to the most recent version that works as expected.
  • Loading branch information
geyslan authored Apr 15, 2024
1 parent bd9d788 commit ccc485e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0

0 comments on commit ccc485e

Please sign in to comment.