diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-04-17 19:11:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 19:11:29 +0800 |
commit | b98d195c550ca60d34c0c64dd67bbc1cc233bb71 (patch) | |
tree | 66ee0ef93a2e0962e6e2cbcbcd3d8ea19263d0bf | |
parent | 75d9c413d49261b8f9a96f45edda0af9f0e8d947 (diff) | |
download | rneovim-b98d195c550ca60d34c0c64dd67bbc1cc233bb71.tar.gz rneovim-b98d195c550ca60d34c0c64dd67bbc1cc233bb71.tar.bz2 rneovim-b98d195c550ca60d34c0c64dd67bbc1cc233bb71.zip |
ci(labeler): add back GitHub token for type-scope
It is required by `gh pr edit`.
-rw-r--r-- | .github/workflows/labeler.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7646bfa6eb..bf1d148be7 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -20,6 +20,7 @@ jobs: contents: write pull-requests: write env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }} PR_TITLE: ${{ github.event.pull_request.title }} |