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'