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 1c24852 commit b24070eCopy full SHA for b24070e
.github/workflows/filterDuplicates.js
@@ -112,7 +112,7 @@ async function run() {
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, please rebased with the newest version of the target branch.'
+ '* Hint: if these duplicates appear unrelated to the changes, rebase onto the latest target branch.'
116
)
117
process.exit(1)
118
}
0 commit comments