Skip to content

Commit

Permalink
Adding a note about permissions for PR label modification
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Sep 12, 2024
1 parent 8901c50 commit 9ff0800
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ on:
pull_request:
types: [ labeled ]


# https://docs.github.com/en/actions/sharing-automations/reusing-workflows#supported-keywords-for-jobs-that-call-a-reusable-workflow
# We must set the highest set of permissions here first
permissions :
contents : read
pull-requests : write

# Write our tests out this way for easier legibility
# testsSet :
# - key : value
Expand Down

0 comments on commit 9ff0800

Please sign in to comment.