Skip to content

Commit

Permalink
Fixed automatic removal of PR labels (brave#21471)
Browse files Browse the repository at this point in the history
  • Loading branch information
wknapik committed Dec 29, 2023
1 parent 6e1a0a2 commit ef7067f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/assign-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ jobs:
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# Workaround for https://github.com/actions/labeler/issues/104
# Explained at https://github.com/wesnoth/wesnoth/commit/958c82d0867568057caaf58356502ec8c87d8366
# Should continue working https://github.com/actions/labeler/pull/113#issuecomment-865404272
# The above are not fixed in v4.3.0, which is currently the last v4 before v5
sync-labels: ""

0 comments on commit ef7067f

Please sign in to comment.