mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
[3.12] Update workflow permissions in require-pr-label Action (GH-109342) (#109348)
Update workflow permissions in require-pr-label Action (GH-109342)
Change the permission from `read` to `write`.
(cherry picked from commit 44c8699196
)
Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>
This commit is contained in:
parent
9b8205447f
commit
aee0077e7b
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