Skip to content

Commit 1132ded

Browse files
committed
Fix inconsistent label capitalization
1 parent de40b72 commit 1132ded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev_tools/ci/size-labeler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PR_NUMBER, GITHUB_REPOSITORY, GITHUB_TOKEN. The script is intended
2424
for automated execution from GitHub Actions workflow."
2525

2626
declare -ar LABELS=(
27-
"Size: XS"
27+
"size: XS"
2828
"size: S"
2929
"size: M"
3030
"size: L"

0 commit comments

Comments
 (0)