mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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]
|
types: [opened, reopened, labeled, unlabeled, synchronize]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
issues: read
|
issues: write
|
||||||
pull-requests: read
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
label:
|
label:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue