mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
ci(labeler): add back GitHub token for type-scope
It is required by `gh pr edit`.
This commit is contained in:
parent
75d9c413d4
commit
b98d195c55
1
.github/workflows/labeler.yml
vendored
1
.github/workflows/labeler.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user