]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Update workflow permissions in require-pr-label Action (GH-109342) (#109348)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Sep 2023 10:36:03 +0000 (03:36 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2023 10:36:03 +0000 (12:36 +0200)
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>
.github/workflows/require-pr-label.yml

index 88aaea039f04f4c82d16b2048f4f67283c2ec1a3..6efd31162ebab6fa35a27c9b60a048d7ddcc2cfe 100644 (file)
@@ -5,8 +5,8 @@ on:
     types: [opened, reopened, labeled, unlabeled, synchronize]
 
 permissions:
-  issues: read
-  pull-requests: read
+  issues: write
+  pull-requests: write
 
 jobs:
   label: