Skip to content

Commit

Permalink
(maint) Force delete existing labels
Browse files Browse the repository at this point in the history
  • Loading branch information
pauby committed Oct 31, 2022
1 parent 88b214a commit e825b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
config-file: |
https://raw.githubusercontent.com/chocolatey/.github/master/.github/labels.yml
request-token: ${{ secrets.SYNC_TOKEN }} # Used when getting the config files.
delete-other-labels: false # After initial run, and verification change this to true
delete-other-labels: true # After initial run, and verification change this to true
dry-run: false
token: ${{ secrets.SYNC_TOKEN }} # Used when updating the labels on the repository.

0 comments on commit e825b56

Please sign in to comment.