Ver código fonte

Fixed permissions for GitHub action with welcome message.

Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee.
Mariusz Felisiak 2 anos atrás
pai
commit
9c42933711
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      .github/workflows/new_contributor_pr.yml

+ 1 - 2
.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: