Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 7d1f168

Browse files
committed
Added case-insensitive modifier to tyr-format.yaml regex.
1 parent 1a51cc8 commit 7d1f168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/tyr-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ format:
66
description: "(([^do not|don't]\\s)?skip.*template.*check(.*)\\s?)|(([^do not|don't]\\s)?bypass.*template.*check(.*)\\s?)"
77
description:
88
required rows:
9-
- pattern: "\\b(close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved)\\b\\s#\\d+\\s*"
9+
- pattern: "(?i)\\b(close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved)\\b\\s#\\d+\\s*"
1010
message: "The PR description must contain a link to the GitHub issue it is resolving"

0 commit comments

Comments
 (0)