Skip to content

Commit

Permalink
Add sign off option for git cherry-pick (#5083)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshiki Fujikane <ffjlabo@gmail.com>
Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
  • Loading branch information
ffjlabo authored and t-kikuc committed Jul 29, 2024
1 parent 9102d7c commit 0fae41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/cherry-pick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo
# Cherry-pick pull requests
COMMITS=$(join " " "${COMMIT_HASHS[@]}")
echo "+++ Cherry-picking pull requests"
git cherry-pick ${COMMITS}
git cherry-pick -s ${COMMITS}
echo

# Check whether to push commits and create a pull request or not
Expand Down

0 comments on commit 0fae41a

Please sign in to comment.