Skip to content

Commit

Permalink
Remove no-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Jun 15, 2024
1 parent 2d25593 commit 75507ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runner/RebaseJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ git config --global user.name MihuBot
git fetch pr {{SourceBranch}}
git checkout {{SourceBranch}}
git log -1
git rebase main --no-edit
git rebase main
git push pr -f
""");

Expand Down

0 comments on commit 75507ee

Please sign in to comment.