瀏覽代碼

Fixed permissions for GitHub action with welcome message.

Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee.
Mariusz Felisiak 2 年之前
父節點
當前提交
2d07f24f15
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: