Skip to content

Commit

Permalink
Merge master into feature/q-utg
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Mar 10, 2025
2 parents 9f7ddb1 + d337928 commit fa30dc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/filterDuplicates.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ async function run() {
console.log('%s duplicates found', filteredDuplicates.length)
if (filteredDuplicates.length > 0) {
console.log(formatDuplicates(filteredDuplicates, commitHash, repoName))
console.log(
'* Hint: if these duplicates appear unrelated to the changes, rebase onto or merge in the latest target branch.'
)
process.exit(1)
}
}
Expand Down

0 comments on commit fa30dc9

Please sign in to comment.