Skip to content

Commit

Permalink
move permissions to the top level
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick authored Sep 21, 2023
1 parent 9d7c482 commit 7437fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/task-list-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
- reopened
- synchronize
- edited
permissions:
statuses: write
jobs:
task-list-checker:
runs-on: ubuntu-latest
permissions:
statuses: write # required for https://docs.github.com/rest/commits/statuses#create-a-commit-status
steps:
- name: Check for incomplete task list items
uses: Shopify/task-list-checker@main
Expand Down

0 comments on commit 7437fc9

Please sign in to comment.