mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
github: fix incomplete permission to label PRs for Hacktoberfest
Unfortunately the GitHub API requires a token with write permission for both issues and pull-requests to edit labels on even just PRs. Follow up to #7897
This commit is contained in:
parent
3c05186dc6
commit
1db383dc86
4
.github/workflows/hacktoberfest-accepted.yml
vendored
4
.github/workflows/hacktoberfest-accepted.yml
vendored
@ -6,7 +6,9 @@ on:
|
||||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
permissions:
|
||||
# requires issues AND pull-requests write permissions to edit labels on PRs!
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user