From 9a11b84a9f70f850d8891e3975e3ca57c52d2008 Mon Sep 17 00:00:00 2001 From: Johan Castiblanco Date: Tue, 28 Feb 2023 11:51:39 -0500 Subject: [PATCH] fix: lines labeler action version this due [lines_labeler_issue] and related to [eox_theming_lines_labeler] [eox_theming_lines_labeler]: https://github.com/eduNEXT/eox-theming/pull/44/files/66037f401e2cebe33baaec013312e79fcf77892#r1097332568 [lines_labeler_issue]: https://github.com/CodelyTV/pr-size-labeler/issues/15 --- .github/workflows/lines_labeler.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lines_labeler.yml b/.github/workflows/lines_labeler.yml index a176faeb..c7e3cc7d 100644 --- a/.github/workflows/lines_labeler.yml +++ b/.github/workflows/lines_labeler.yml @@ -8,6 +8,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.8.1 with: @@ -21,4 +24,3 @@ jobs: 'This PR exceeds the recommended size of 1000 lines. Check if you are NOT addressing multiple issues with one PR. If is not the case continue the review process.' - github_api_url: 'api.github.com'