Skip to content

Commit 5e3e32a

Browse files
authored
Merge pull request #1609 from jvanz/fix-autolabeler-permissions
fix(ci): move permissions to job level
2 parents cbc2966 + 84d54b6 commit 5e3e32a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/autolabeler.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ on:
55
# Only following types are handled by the action, but one can default to all as well
66
types: [opened, reopened, synchronize, edited]
77

8-
permissions:
9-
contents: read
10-
pull-requests: write
11-
128
jobs:
139
autolabeler:
1410
permissions:
11+
contents: read
1512
pull-requests: write
1613
runs-on: ubuntu-latest
1714
steps:

0 commit comments

Comments
 (0)