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
  • Loading branch information
johanseto committed Feb 28, 2023
1 parent 0432287 commit 061fcf3
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/[email protected]
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 061fcf3

Please sign in to comment.