We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f47e1 commit 7526a8fCopy full SHA for 7526a8f
.github/workflows/label-sync.yml
@@ -19,6 +19,6 @@ jobs:
19
config-file: |
20
https://raw.githubusercontent.com/chocolatey/.github/main/.github/labels.yml
21
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
+ delete-other-labels: true # After initial run, and verification change this to true
23
dry-run: false
24
token: ${{ secrets.SYNC_TOKEN }} # Used when updating the labels on the repository.
0 commit comments