diff --git a/dangerfile.js b/dangerfile.js index 2977903aad..dfa65f1ee2 100644 --- a/dangerfile.js +++ b/dangerfile.js @@ -33,6 +33,10 @@ if (danger.github && danger.github.pr) { const prTitle = danger.github.pr.title; checkCommitMessage(prTitle, danger.github.pr.html_url); + + warn( + `There are multiple commits on your branch, please squash them locally before merging!`, + ); } // Forgotten tests check