summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-04-09 19:50:10 +0700
committerhathach <[email protected]>2024-04-09 19:50:10 +0700
commitbf240ce9bbdd9ce06422d1136b9b6799fa700ba3 (patch)
tree8121e3c306483ba093a7c11308ad5a8abab2a944 /.github
parent9506e2c972554c13504d5087421bb02b2c087e10 (diff)
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