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

Commit 608440b

Browse files
authored
--interactive
1 parent 72944e2 commit 608440b

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
@@ -73,7 +73,7 @@ git checkout -b $HEAD_BRANCH origin/$HEAD_BRANCH
7373

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

0 commit comments

Comments
 (0)