Skip to content

Commit b44a572

Browse files
committed
ci: remove hint about outdated target
1 parent e4527d4 commit b44a572

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/filterDuplicates.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ async function run() {
111111
console.log('%s duplicates found', filteredDuplicates.length)
112112
if (filteredDuplicates.length > 0) {
113113
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-
)
117114
process.exit(1)
118115
}
119116
}

0 commit comments

Comments
 (0)