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.
1 parent e4527d4 commit b44a572Copy full SHA for b44a572
.github/workflows/filterDuplicates.js
@@ -111,9 +111,6 @@ 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