mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
This commit is contained in:
parent
1ad361a6e8
commit
1384a720b8
@ -80,7 +80,8 @@ if hasPngs {
|
||||
warn("You seem to have made changes to some resource images. Please consider using an SVG or PDF.")
|
||||
}
|
||||
|
||||
if danger.github.pullRequest.title.hasSuffix("…") {
|
||||
let fixesRegex = try! Regex("(Fixes|Fix) #\\d+")
|
||||
if danger.github.pullRequest.title.hasSuffix("…") || danger.github.pullRequest.title.starts(with: fixesRegex) {
|
||||
fail("Please provide a complete title that can be used as a changelog entry.")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user