diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-09-13 10:36:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 10:36:03 (GMT) |
commit | aee0077e7bed04c9359e0efde0947e6067a412c5 (patch) | |
tree | 7e67c260610e2c9c4cc9e09cf0cfb2a9c848c039 /.github | |
parent | 9b8205447f977124dcc41f7d5b0a1bf44e9b8591 (diff) | |
download | cpython-aee0077e7bed04c9359e0efde0947e6067a412c5.zip cpython-aee0077e7bed04c9359e0efde0947e6067a412c5.tar.gz cpython-aee0077e7bed04c9359e0efde0947e6067a412c5.tar.bz2 |
[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 44c8699196c1951037bc549c895ea5af26c7254e)
Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/require-pr-label.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/require-pr-label.yml b/.github/workflows/require-pr-label.yml index 88aaea0..6efd311 100644 --- a/.github/workflows/require-pr-label.yml +++ b/.github/workflows/require-pr-label.yml @@ -5,8 +5,8 @@ on: types: [opened, reopened, labeled, unlabeled, synchronize] permissions: - issues: read - pull-requests: read + issues: write + pull-requests: write jobs: label: |