fix: update filtering logic for useless dep bumps (#7376)
This commit is contained in:
6
.github/actions/close-bot/helpers.js
vendored
6
.github/actions/close-bot/helpers.js
vendored
@@ -56,6 +56,12 @@ function isPointlessVersionBump(body) {
|
||||
line => !line.startsWith('See <a href="https://conventionalcommits.org">')
|
||||
)
|
||||
.filter(line => !line.startsWith('<!--'))
|
||||
.filter(
|
||||
line =>
|
||||
!line.startsWith(
|
||||
'<p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/'
|
||||
)
|
||||
)
|
||||
return allChangelogLinesAreVersionBump(changelogLines)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user