Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6851e20

Browse filesBrowse files
committed
write permissions
1 parent bfe110f commit 6851e20
Copy full SHA for 6851e20

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/pr-file-check.yml
+4-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.