From 2d07f24f15e70bbf4bd68e037ef22d39c22a142d Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 19 Sep 2022 05:15:06 +0200 Subject: [PATCH] Fixed permissions for GitHub action with welcome message. Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee. --- .github/workflows/new_contributor_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml index 1d8b7bfe55..3e0119ebdc 100644 --- a/.github/workflows/new_contributor_pr.yml +++ b/.github/workflows/new_contributor_pr.yml @@ -5,7 +5,7 @@ on: types: [opened] permissions: - pull-requests: [read, write] + pull-requests: write jobs: build: