From b98d195c550ca60d34c0c64dd67bbc1cc233bb71 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 17 Apr 2023 19:11:29 +0800 Subject: ci(labeler): add back GitHub token for type-scope It is required by `gh pr edit`. --- .github/workflows/labeler.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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 }} -- cgit