]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update workflow permissions in require-pr-label Action (#109342)
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 12 Sep 2023 19:03:55 +0000 (12:03 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 19:03:55 +0000 (19:03 +0000)
Change the permission from `read` to `write`.

.github/workflows/require-pr-label.yml

index 9327b43ae0271093ec66d3597bc6de5aa05d6a09..080204bcfd3b94f0fe23854fbe90bbad8bbdadf4 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: