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 ed65460 + d54ba3e commit dc9ac68Copy full SHA for dc9ac68
.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 the latest target branch.'
116
+ )
117
process.exit(1)
118
}
119
0 commit comments