diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2023-09-12 19:03:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 19:03:55 (GMT) |
commit | 44c8699196c1951037bc549c895ea5af26c7254e (patch) | |
tree | 3a89c5ad295ae4dc54cf450f982f23d53c2183e3 /.github/workflows | |
parent | b86ce91bfeeb0437a38ee6b59fb86d5d37d529ee (diff) | |
download | cpython-44c8699196c1951037bc549c895ea5af26c7254e.zip cpython-44c8699196c1951037bc549c895ea5af26c7254e.tar.gz cpython-44c8699196c1951037bc549c895ea5af26c7254e.tar.bz2 |
Update workflow permissions in require-pr-label Action (#109342)
Change the permission from `read` to `write`.
Diffstat (limited to '.github/workflows')
-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 9327b43..080204b 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: |