Skip to content

Commit a877f6a

Browse files
committed
Add echo statement
Signed-off-by: khanhtc1202 <[email protected]>
1 parent 25d66ab commit a877f6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hack/cherry-pick.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,16 @@ PULL_REQUESTS=($@)
3939
# Check gh authentication
4040
echo "+++ Checking gh authentication..."
4141
gh auth status
42+
echo
4243

44+
echo "+++ Fetching pull requests..."
4345
COMMIT_HASHS=()
4446
for pull in "${PULL_REQUESTS[@]}"; do
47+
echo "Fetching pull request #${pull}..."
4548
hash="$(gh pr view ${pull} --json mergeCommit --jq .mergeCommit.oid)"
4649
COMMIT_HASHS+=($hash)
4750
done
51+
echo
4852

4953
function join { local IFS="$1"; shift; echo "$*"; }
5054
PULL_SUBJ=$(join " " "${PULL_REQUESTS[@]/#/#}")

0 commit comments

Comments
 (0)