Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 99cc003

Browse files
authored
Update size-label.yml
1 parent 2f9dcf1 commit 99cc003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/size-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
-H "Accept: application/vnd.github.v3+json" \
5858
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/labels \
5959
-d '["size: S"]'
60-
elif [ $size -gt 2 ]; then
60+
else [ $size -gt 2 ]; then
6161
echo "Adding size: XS"
6262
curl -X POST -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
6363
-H "Accept: application/vnd.github.v3+json" \

0 commit comments

Comments
 (0)