Skip to content

Commit 208e785

Browse files
authored
Update gha-pr-add-project.yml
1 parent 8d53a89 commit 208e785

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/gha-pr-add-project.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types:
66
- labeled
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
811

912
jobs:
1013
auto_new_resource_add_pr:
@@ -37,4 +40,4 @@ jobs:
3740
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 }}.
3841
Merging this PR will close #${{ github.event.issue.number }}.
3942
delete-branch: true
40-
labels: new project
43+
labels: new project

0 commit comments

Comments
 (0)