We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbe256 commit 17c4d3bCopy full SHA for 17c4d3b
.github/workflows/label-sync.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: EndBug/label-sync@v2
22
with:
23
config-file: |
24
- https://raw.githubusercontent.com/chocolatey/.github/master/.github/labels.yml
+ https://raw.githubusercontent.com/chocolatey/.github/main/.github/labels.yml
25
.github/labels.yml
26
request-token: ${{ secrets.SYNC_TOKEN }} # Used when getting the config files.
27
delete-other-labels: true # After initial run, and verification change this to true
0 commit comments