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 91b1cf6 + d54ba3e commit 3e9cafeCopy full SHA for 3e9cafe
.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