Skip to content

Commit

Permalink
remove blank
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiJuWu committed Sep 30, 2024
1 parent 00b9731 commit 7c7e42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
total_changes=$((insertions + deletions))
if [ "$total_changes" -lt "$min_size" ]; then
gh api -H "Accept: application/vnd.github+json" \
gh api -H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/$GITHUB_REPOSITORY/issues/${{ github.event.number }}/labels -f "labels[]=MINOR"
fi
Expand Down

0 comments on commit 7c7e42d

Please sign in to comment.