diff options
| author | Ha Thach <[email protected]> | 2024-04-09 19:56:31 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-09 19:56:31 +0700 |
| commit | 68a08e33d2a1a3b02a28c616bc825eb674700833 (patch) | |
| tree | 8121e3c306483ba093a7c11308ad5a8abab2a944 | |
| parent | 9506e2c972554c13504d5087421bb02b2c087e10 (diff) | |
| parent | bf240ce9bbdd9ce06422d1136b9b6799fa700ba3 (diff) | |
Merge pull request #2583 from hathach/labler-permission
add permission to lable issue/pr
| -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 |
