Skip to content

Commit 0c044c0

Browse files
maresbricardoV94
authored andcommitted
Remove unnecessary checkout and permissions from pr-auto-label
1 parent 5d6e560 commit 0c044c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
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)