Explorar el Código

Fixed permissions for GitHub action with welcome message.

Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee.
Mariusz Felisiak hace 2 años
padre
commit
2d07f24f15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: