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

It is required by `gh pr edit`.
This commit is contained in:
zeertzjq
2023-04-17 19:11:29 +08:00
committed by dundargoc
parent afdb5fa3cd
commit 1513666203

View File

@@ -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 }}