Skip to content

Commit

Permalink
Merge pull request #11401 from Swiftb0y/fix/pr-labeller
Browse files Browse the repository at this point in the history
fix(ci): remove workaround from labeler which broke validation
  • Loading branch information
Swiftb0y authored Mar 26, 2023
2 parents 29a6915 + c473e33 commit 9db1ac1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/labeler@main
# version between v4.0.3 and the one after which has not yet been tagged
# at the time of writing
- uses: actions/labeler@7012d51fe062f0b1e26e224a3c9fb52598ee3302
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

# This works around bug https://github.com/actions/labeler/issues/104.
# The workaround was proposed here:
# https://github.com/wesnoth/wesnoth/commit/958c82d0867568057caaf58356502ec8c87d8366
sync-labels: ""
sync-labels: false

0 comments on commit 9db1ac1

Please sign in to comment.