Skip to content

Commit

Permalink
permissions (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Starkman <[email protected]>
  • Loading branch information
nstarman authored May 4, 2023
1 parent 86ecfd7 commit 093a531
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/label_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
# file with configuration. For more information, see:
# https://github.com/actions/labeler

name: Labeler
name: PR Labeler
on: [pull_request]

jobs:
label:
permissions:
contents: read
pull-requests: write

runs-on: ubuntu-latest

Expand Down

0 comments on commit 093a531

Please sign in to comment.