소스 검색

Fixed permissions for GitHub action with welcome message.

Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee.
Mariusz Felisiak 2 년 전
부모
커밋
9c42933711
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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: