Skip to content

Commit

Permalink
Merge pull request #40 from kaitj/maint/actions-issue-fix
Browse files Browse the repository at this point in the history
Add issues write permission for checklist action
  • Loading branch information
effigies authored Dec 13, 2024
2 parents a544563 + fca4519 commit 8d83a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checklist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write

steps:
- name: Check labels
Expand Down

0 comments on commit 8d83a45

Please sign in to comment.