diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 284e8de2..e17a2a28 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -14,11 +14,11 @@ jobs: # uncomment the uses line if additional configuration in the current # repository is used. #- uses: actions/checkout@v3.0.2 - - 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. \ No newline at end of file + token: ${{ secrets.SYNC_TOKEN }} # Used when updating the labels on the repository.