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 17, 2024
1 parent c27a8fc commit 1b97bb2
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 1b97bb2

Please sign in to comment.