Skip to content

Commit

Permalink
chore(sync): synced local '.github/workflows/label-sync.yml' with rem…
Browse files Browse the repository at this point in the history
…ote '.github/workflows/label-sync.yml'
  • Loading branch information
wormie-bot committed Sep 22, 2023
1 parent 61c04fc commit 3988f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.0.2
- uses: EndBug/label-sync@v2.1.0
- uses: actions/checkout@v4.1.0
- uses: EndBug/label-sync@v2.3.2
with:
config-file: |
https://raw.githubusercontent.com/WormieCorp/.github/master/.github/labels.yml
request-token: ${{ secrets.GH_PAT }}
delete-other-labels: true
dry-run: false
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT }}

0 comments on commit 3988f77

Please sign in to comment.