Skip to content

Commit d827518

Browse files
authored
Merge pull request #2843 from Cratis/copilot/fix-issue-analyzer-workflow
Fix issue analyzer workflow: add `projects: write` permission
2 parents 0d14524 + 09f1d71 commit d827518

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/issue-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
contents: read
10+
projects: write
1011

1112
jobs:
1213
analyze:
@@ -17,6 +18,7 @@ jobs:
1718
issues: read
1819
pull-requests: read
1920
contents: read
21+
projects: write
2022

2123
steps:
2224
- name: Checkout repository

0 commit comments

Comments
 (0)