Skip to content

Commit

Permalink
feat: warn against squashing
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyAghion committed Aug 11, 2023
1 parent 6d65dfa commit 219eda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/deploy_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def create_pull_request
deploy_strategy.arguments['base'],
deploy_strategy.arguments['head'],
'Deploy',
'This is an automatically generated release PR!'
"This is an automatically generated release PR!\n\nHumans: remember to _merge_ (not squash or rebase) this PR."
)
end

Expand Down

0 comments on commit 219eda7

Please sign in to comment.