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

Commit 343c818

Browse files
authored
Merge pull request #204 from xjusko/tyr-format_regex_fix
[Issue #194]Added case-insensitive modifier to tyr-format.yaml regex.
2 parents 1a51cc8 + 7d1f168 commit 343c818

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)