From e00e5861b196f83ada29472528932402652fd213 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Thu, 14 Dec 2023 14:12:57 +0800 Subject: [PATCH] chore(actions): temporary checkout repo to override labeler config This should be reverted after `master` is fixed as it is slower than fetching using the API --- .github/workflows/label.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index d23c4d403f5..124cc33a03d 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -10,13 +10,12 @@ on: [pull_request_target] jobs: label: - - runs-on: ubuntu-latest permissions: contents: read pull-requests: write steps: + - uses: actions/checkout@v3 # temporary, revert after `master` is fixed - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"