From bc33b047848759e7ae90bf85c94ff6cc5913e1ee Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 16 Sep 2022 15:12:14 +0200 Subject: Fixed permissions for GitHub action with welcome message. --- .github/workflows/new_contributor_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml index 7241c20409..2348e14ed8 100644 --- a/.github/workflows/new_contributor_pr.yml +++ b/.github/workflows/new_contributor_pr.yml @@ -5,7 +5,7 @@ on: types: [opened] permissions: - issues: write + pulls: write pull-requests: read jobs: -- cgit v1.2.1