Skip to content

Commit

Permalink
fix: lines labeler action version
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto committed Feb 28, 2023
1 parent 0432287 commit 6500479
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 6500479

Please sign in to comment.