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

Commit

Permalink
--interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Jul 6, 2021
1 parent 72944e2 commit 608440b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ git checkout -b $HEAD_BRANCH origin/$HEAD_BRANCH

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

0 comments on commit 608440b

Please sign in to comment.