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

Commit 2f9dcf1

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/size-label.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +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
61-
elif [ $size -gt 2 ]; then
60+
elif [ $size -gt 2 ]; then
6261
echo "Adding size: XS"
6362
curl -X POST -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
6463
-H "Accept: application/vnd.github.v3+json" \

0 commit comments

Comments
 (0)