mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Update workflow permissions in require-pr-label Action (#109342)
Change the permission from `read` to `write`.
This commit is contained in:
parent
b86ce91bfe
commit
44c8699196
1 changed files with 2 additions and 2 deletions
4
.github/workflows/require-pr-label.yml
vendored
4
.github/workflows/require-pr-label.yml
vendored
|
@ -5,8 +5,8 @@ on:
|
|||
types: [opened, reopened, labeled, unlabeled, synchronize]
|
||||
|
||||
permissions:
|
||||
issues: read
|
||||
pull-requests: read
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue