Skip to content

Commit

Permalink
fix: auto label permission
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonMao committed Jul 21, 2024
1 parent 5a4b3c3 commit ee8c51f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:

jobs:
label:
permissions:
pull-requests: write
issues: write
runs-on: ubuntu-latest
steps:
- name: Label PR based on title and comments
Expand Down

0 comments on commit ee8c51f

Please sign in to comment.