Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GITHUB] Change size label names in PR labeler #3918

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change size label names in PR labeler
Hundrec authored Dec 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c57c754caa436daf30322d49ec437b65a3d289af
12 changes: 6 additions & 6 deletions .github/changed-lines-count-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Add 'small' to any changes below 10 lines
small:
# Add 'size: small' to any changes below 10 lines
'size: small':
max: 9

# Add 'medium' to any changes between 10 and 100 lines
medium:
# Add 'size: medium' to any changes between 10 and 100 lines
'size: medium':
min: 10
max: 99

# Add 'large' to any changes of at least 100 lines
large:
# Add 'size: large' to any changes of at least 100 lines
'size: large':
min: 100
Loading