We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dd158 commit db8e2f3Copy full SHA for db8e2f3
.github/workflows/label_sync.yaml
@@ -1,17 +1,15 @@
1
+---
2
name: Sync Closing Labels
3
on:
4
- pull_request_target
5
6
jobs:
7
sync:
8
permissions:
- contents: read
9
pull-requests: write
10
runs-on: ubuntu-latest
11
steps:
12
- - name: Checkout repository
13
- uses: actions/checkout@v5
14
- name: Sync labels with closing issues
15
- uses: wd60622/[email protected].4
+ uses: williambdean/[email protected].6
16
env:
17
GH_TOKEN: ${{ github.token }}
0 commit comments