mirror of https://github.com/python/cpython
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
|
@ -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…
Reference in New Issue