Skip to content

Commit cc1d668

Browse files
authored
[CI] Remove old labels using actions/labeler@v6 automatically (#673)
Default behavior of actions/labeler@v6 does not remove outdated/stle labels (it only adds new) this PR enforces re-checking all labels
1 parent 1645f4e commit cc1d668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
with:
2020
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2121
configuration-path: ".github/labeler.yml"
22+
sync-labels: true
2223
dot: true

0 commit comments

Comments
 (0)