summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-04-09 19:56:31 +0700
committerGitHub <[email protected]>2024-04-09 19:56:31 +0700
commit68a08e33d2a1a3b02a28c616bc825eb674700833 (patch)
tree8121e3c306483ba093a7c11308ad5a8abab2a944 /.github
parent9506e2c972554c13504d5087421bb02b2c087e10 (diff)
parentbf240ce9bbdd9ce06422d1136b9b6799fa700ba3 (diff)
Merge pull request #2583 from hathach/labler-permission
add permission to lable issue/pr
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/labeler.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 51ff1cfed..5b22d977e 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -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