Skip to content

Commit

Permalink
chore: prevent labeler from removing existing labels (#4662)
Browse files Browse the repository at this point in the history
* Update labeler.yml

Prevent labeler from removing existing labels

* Add warning for workaround
  • Loading branch information
luisorbaiceta committed Apr 5, 2023
1 parent ab32174 commit 30eba8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
steps:
- uses: actions/labeler@v4
with:
# Workaround only valid until the next major version bump (v5)
sync-labels: ''
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 30eba8b

Please sign in to comment.