From 44c8699196c1951037bc549c895ea5af26c7254e Mon Sep 17 00:00:00 2001 From: Mariatta Date: Tue, 12 Sep 2023 12:03:55 -0700 Subject: [PATCH] Update workflow permissions in require-pr-label Action (#109342) Change the permission from `read` to `write`. --- .github/workflows/require-pr-label.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/require-pr-label.yml b/.github/workflows/require-pr-label.yml index 9327b43ae02..080204bcfd3 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: