Skip to content

Commit

Permalink
(maint) Update label sync version
Browse files Browse the repository at this point in the history
There is a new version of the label sync workflow available,
and since it is currently failing, it would be appropriate to try
upgrading this version now before continue any further
investigation.
  • Loading branch information
AdmiringWorm authored Jul 2, 2024
1 parent b1180bc commit cc52b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
# uncomment the uses line if additional configuration in the current
# repository is used.
#- uses: actions/[email protected]
- uses: EndBug/label-sync@v2.2.0
- uses: EndBug/label-sync@v2.3.3
with:
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: 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.
token: ${{ secrets.SYNC_TOKEN }} # Used when updating the labels on the repository.

0 comments on commit cc52b06

Please sign in to comment.