Skip to content

Commit 7526a8f

Browse files
authored
(build) Switch to deleting old labels
Initial sync of labels worked as expected, so let's get any old labels purged!
1 parent 39f47e1 commit 7526a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
config-file: |
2020
https://raw.githubusercontent.com/chocolatey/.github/main/.github/labels.yml
2121
request-token: ${{ secrets.SYNC_TOKEN }} # Used when getting the config files.
22-
delete-other-labels: false # After initial run, and verification change this to true
22+
delete-other-labels: true # After initial run, and verification change this to true
2323
dry-run: false
2424
token: ${{ secrets.SYNC_TOKEN }} # Used when updating the labels on the repository.

0 commit comments

Comments
 (0)