Skip to content

Commit dc9ac68

Browse files
Merge master into feature/emr
2 parents ed65460 + d54ba3e commit dc9ac68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/filterDuplicates.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ 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+
)
114117
process.exit(1)
115118
}
116119
}

0 commit comments

Comments
 (0)