Skip to content

Commit

Permalink
chore(CI): specify minimal permissions for issue-labeler (#4248)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 23, 2024
1 parent 1959eb6 commit 40c5180
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- opened
- edited

permissions:
issues: write
contents: read

jobs:
change-labeling:
name: Labeling for changes
Expand Down

0 comments on commit 40c5180

Please sign in to comment.