Skip to content

Commit

Permalink
Update changelog.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue authored May 30, 2023
1 parent 40957c5 commit 8be9ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ FIX_PR=""
for PR in ${ALL_PR_NUM} ; do
INFO=` gh pr view ${PR} `
TITLE=` grep -E "^title:[[:space:]]+" <<< "$INFO" | sed -E 's/title:[[:space:]]+//' `
LABELS=` grep -E "^labels:[[:space:]][^\[]" <<< "$INFO" | sed -E 's/labels://' | tr ',' ' ' `
LABELS=` grep -E "^labels:[[:space:]][^\[]" <<< "$INFO" | sed -E 's/labels://' | tr ',' ' ' ` || true
#
PR_URL="https://github.com/${PROJECT_REPO}/pull/${PR}"
#
Expand Down

0 comments on commit 8be9ca0

Please sign in to comment.