From 9c42933711667034c9335f408e1a8a53031e9865 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 16 Sep 2022 21:44:14 +0200 Subject: [PATCH] Fixed permissions for GitHub action with welcome message. Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee. --- .github/workflows/new_contributor_pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml index 2348e14ed8..1d8b7bfe55 100644 --- a/.github/workflows/new_contributor_pr.yml +++ b/.github/workflows/new_contributor_pr.yml @@ -5,8 +5,7 @@ on: types: [opened] permissions: - pulls: write - pull-requests: read + pull-requests: [read, write] jobs: build: