mirror of
https://github.com/curl/curl.git
synced 2026-07-17 13:27:15 +03:00
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
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue