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

Commit 9269873

Browse files
committed
--interactive
1 parent 0edb3c7 commit 9269873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ git checkout -b fork/$HEAD_BRANCH fork/$HEAD_BRANCH
100100

101101
# Do an exact check instead of `rebase *` so it's not possible to inject malicious commands
102102
if [[ $(jq -r ".comment.body" "$GITHUB_EVENT_PATH" | grep -Fq "/rebase --autosquash") -eq 0 ]]; then
103-
git rebase --autosquash origin/$BASE_BRANCH
103+
git rebase --interactive --autosquash origin/$BASE_BRANCH
104104
else
105105
git rebase origin/$BASE_BRANCH
106106
fi

0 commit comments

Comments
 (0)