Skip to content

Commit

Permalink
fix(ci): remove workaround from labeler which broke validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Mar 23, 2023
1 parent 6637aff commit 08b2cd2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@ jobs:
- uses: actions/labeler@main
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 08b2cd2

Please sign in to comment.