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:
Marc Hoersken 2021-10-27 12:40:15 +02:00
parent 74d46aee28
commit 80450f85cc
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E

View File

@ -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.