From b5b4fbfb764043e55c08acafa445ff07ec55e91f Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Tue, 26 Dec 2023 21:30:47 +0800 Subject: [PATCH] chore: try to fix size labeller --- .github/workflows/size-label.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/size-label.yml b/.github/workflows/size-label.yml index 5e45dec5ed2f..c0b0d1c052be 100644 --- a/.github/workflows/size-label.yml +++ b/.github/workflows/size-label.yml @@ -6,6 +6,9 @@ jobs: labeler: runs-on: ubuntu-latest name: Label the PR size + permissions: + issues: write + pull-requests: write steps: - uses: codelytv/pr-size-labeler@v1 with: @@ -22,5 +25,4 @@ jobs: This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. - github_api_url: 'api.github.com' files_to_ignore: 'Cargo.lock'