Skip to content

Commit

Permalink
fix: lines labeler action version
Browse files Browse the repository at this point in the history
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]: CodelyTV/pr-size-labeler#15.

Co-authored-by: johanv26
  • Loading branch information
johanseto committed Feb 28, 2023
1 parent 0432287 commit 5ba4aa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lines_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'

0 comments on commit 5ba4aa5

Please sign in to comment.