We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d576109 + d337928 commit e20e011Copy full SHA for e20e011
.github/workflows/filterDuplicates.js
@@ -111,6 +111,9 @@ async function run() {
111
console.log('%s duplicates found', filteredDuplicates.length)
112
if (filteredDuplicates.length > 0) {
113
console.log(formatDuplicates(filteredDuplicates, commitHash, repoName))
114
+ console.log(
115
+ '* Hint: if these duplicates appear unrelated to the changes, rebase onto or merge in the latest target branch.'
116
+ )
117
process.exit(1)
118
}
119
0 commit comments