Skip to content

Commit

Permalink
Merge pull request #2583 from hathach/labler-permission
Browse files Browse the repository at this point in the history
add permission to lable issue/pr
  • Loading branch information
hathach authored Apr 9, 2024
2 parents 9506e2c + bf240ce commit 68a08e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
jobs:
label-priority:
runs-on: ubuntu-latest

permissions:
issues: write
pull-requests: write
steps:
- name: Label New Issue or PR
uses: actions/github-script@v7
Expand Down

0 comments on commit 68a08e3

Please sign in to comment.