Skip to content

Commit db8e2f3

Browse files
committed
update to latest version
1 parent c4dd158 commit db8e2f3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/label_sync.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1+
---
12
name: Sync Closing Labels
23
on:
34
- pull_request_target
45

56
jobs:
67
sync:
78
permissions:
8-
contents: read
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout repository
13-
uses: actions/checkout@v5
1412
- name: Sync labels with closing issues
15-
uses: wd60622/[email protected].4
13+
uses: williambdean/[email protected].6
1614
env:
1715
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)