Skip to content

Commit 6851e20

Browse files
committed
write permissions
1 parent bfe110f commit 6851e20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr-file-check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- 'labeled'
1010
- 'unlabeled'
1111

12+
permissions:
13+
issues: write
14+
1215
jobs:
1316
changed-files-in-pr:
1417
name: 'Check for changed files'
@@ -45,7 +48,7 @@ jobs:
4548
uses: actions-ecosystem/action-add-labels@v1
4649
with:
4750
labels: 'issue-please'
48-
51+
4952
- name: 'Ensure PR has an associated issue'
5053
uses: actions/github-script@v7
5154
with:

0 commit comments

Comments
 (0)