Skip to content

Commit 93681ed

Browse files
committed
Remove unnecessary checkout and permissions from pr-auto-label
1 parent 7f2add8 commit 93681ed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pr-auto-label.yml

-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@ on:
55
jobs:
66
sync:
77
permissions:
8-
contents: read
98
pull-requests: write
109
runs-on: ubuntu-latest
1110
steps:
12-
- name: Checkout repository
13-
uses: actions/checkout@v2
14-
with:
15-
persist-credentials: false
1611
- name: Sync labels with closing issues
1712
uses: wd60622/[email protected]
1813
with:

0 commit comments

Comments
 (0)