mirror of
https://github.com/curl/curl.git
synced 2026-04-23 22:42:12 +03: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
1 changed files with 3 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue