Browse Source

Fixed permissions for GitHub action with welcome message.

Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee.
Mariusz Felisiak 2 years ago
parent
commit
2d07f24f15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/new_contributor_pr.yml

+ 1 - 1
.github/workflows/new_contributor_pr.yml

@@ -5,7 +5,7 @@ on:
     types: [opened]
 
 permissions:
-  pull-requests: [read, write]
+  pull-requests: write
 
 jobs:
   build: