neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit b98d195c550ca60d34c0c64dd67bbc1cc233bb71
parent 75d9c413d49261b8f9a96f45edda0af9f0e8d947
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon, 17 Apr 2023 19:11:29 +0800

ci(labeler): add back GitHub token for type-scope

It is required by `gh pr edit`.
Diffstat:
M.github/workflows/labeler.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 }}