Skip to content

Commit fdc9949

Browse files
authored
Add label sync action
1 parent 79574fd commit fdc9949

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/label_sync.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Sync Closing Labels
2+
on:
3+
- pull_request_target
4+
5+
jobs:
6+
sync:
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@v4
14+
- name: Sync labels with closing issues
15+
uses: wd60622/[email protected]
16+
env:
17+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)