Skip to content

Commit 5ba9d1d

Browse files
author
Konrad Jamrozik
authored
Enable the new, regex-based, wildcard-supporting CODEOWNERS matcher (#5088)
1 parent 0642374 commit 5ba9d1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/code-owners-parser/CodeOwnersParser/CodeownersFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Azure.Sdk.Tools.CodeOwnersParser
88
{
99
public static class CodeownersFile
1010
{
11-
private const bool UseRegexMatcherDefault = false;
11+
private const bool UseRegexMatcherDefault = true;
1212

1313
public static List<CodeownersEntry> GetCodeownersEntriesFromFileOrUrl(
1414
string codeownersFilePathOrUrl)

0 commit comments

Comments
 (0)