diff options
| author | hathach <[email protected]> | 2024-04-09 19:50:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-09 19:50:10 +0700 |
| commit | bf240ce9bbdd9ce06422d1136b9b6799fa700ba3 (patch) | |
| tree | 8121e3c306483ba093a7c11308ad5a8abab2a944 /.github | |
| parent | 9506e2c972554c13504d5087421bb02b2c087e10 (diff) | |
add permission to lable issue/pr
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/labeler.yml | 4 |
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 |
