Skip to content

Commit

Permalink
chore: try to fix size labeller
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Dec 26, 2023
1 parent 1c9bf2e commit b5b4fbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,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
with:
Expand All @@ -22,5 +25,4 @@ jobs:
This PR exceeds the recommended size of 1000 lines.
Please make sure you are NOT addressing multiple issues with one PR.
Note this PR might be rejected due to its size.
github_api_url: 'api.github.com'
files_to_ignore: 'Cargo.lock'

0 comments on commit b5b4fbf

Please sign in to comment.