github: fix missing permission to label PRs for Hacktoberfest
Follow up to #7897 Test references to see if permissions are now sufficient: Closes #7832 Closes #7897
This commit is contained in:
parent
74d46aee28
commit
80450f85cc
3
.github/workflows/hacktoberfest-accepted.yml
vendored
3
.github/workflows/hacktoberfest-accepted.yml
vendored
@ -6,6 +6,9 @@ on:
|
||||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
# add hacktoberfest-accepted label to PRs opened starting from September 30th
|
||||
# till November 1st which are closed via commit reference from master branch.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user