You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/gha-pr-add-project.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ on:
5
5
types:
6
6
- labeled
7
7
8
+
permissions:
9
+
contents: write
10
+
pull-requests: write
8
11
9
12
jobs:
10
13
auto_new_resource_add_pr:
@@ -37,4 +40,4 @@ jobs:
37
40
A project that is contributed by the user through issue submission. It has triggered a GitHub Action workflow that generate this PR. Refer to issue #${{ github.event.issue.number }}.
38
41
Merging this PR will close #${{ github.event.issue.number }}.
0 commit comments