Skip to content

Commit

Permalink
write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Dec 17, 2024
1 parent bfe110f commit 6851e20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-file-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- 'labeled'
- 'unlabeled'

permissions:
issues: write

jobs:
changed-files-in-pr:
name: 'Check for changed files'
Expand Down Expand Up @@ -45,7 +48,7 @@ jobs:
uses: actions-ecosystem/action-add-labels@v1
with:
labels: 'issue-please'

- name: 'Ensure PR has an associated issue'
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 6851e20

Please sign in to comment.