Skip to content

Commit

Permalink
chore(ci): add read permissions for label-enforcement workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
homksei committed Sep 23, 2024
1 parent 716a02a commit a4e440b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/label-enforcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
branches: [ "main" ]

permissions:
contents: read

jobs:
label_checker:
name: Please include labels on your pull request
Expand Down

0 comments on commit a4e440b

Please sign in to comment.