Skip to content

Commit

Permalink
Try giving perms
Browse files Browse the repository at this point in the history
  • Loading branch information
0risc committed Sep 24, 2024
1 parent 427295b commit 9e7020d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/require-pr-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
jobs:
check-for-label:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
# unclear why `github.event_name == 'pull_request' &&` is required but it is
- run: exit 0
Expand Down

0 comments on commit 9e7020d

Please sign in to comment.