Skip to content

Commit fea3505

Browse files
committed
(maint) Enable deleting old labels
This commit updates the label sync handler to delete any old labels we have in the repository. This is fine in this instance, as we have quite few issues available in this repository and can make manual changes if needed if any labels are removed from the issues.
1 parent bbaa69e commit fea3505

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)