From: Mariatta Date: Tue, 12 Sep 2023 19:03:55 +0000 (-0700) Subject: Update workflow permissions in require-pr-label Action (#109342) X-Git-Tag: v3.13.0a1~460 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44c8699196c1951037bc549c895ea5af26c7254e;p=thirdparty%2FPython%2Fcpython.git Update workflow permissions in require-pr-label Action (#109342) Change the permission from `read` to `write`. --- diff --git a/.github/workflows/require-pr-label.yml b/.github/workflows/require-pr-label.yml index 9327b43ae027..080204bcfd3b 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: