Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jun 11, 2024
1 parent 44a6ffc commit 9758188
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_size_labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: ${{ github.event.pull_request.changed_files != '' }}
run: |
PATCH_THRESHOLD=10
MINOR_THRESHOLD=100
MINOR_THRESHOLD=200
MAJOR_THRESHOLD=500
TOTAL_CHANGES=$(($ADDITIONS + $DELETIONS))
Expand Down
File renamed without changes.

0 comments on commit 9758188

Please sign in to comment.