There was an error while loading. Please reload this page.
1 parent 0642374 commit 5ba9d1dCopy full SHA for 5ba9d1d
1 file changed
tools/code-owners-parser/CodeOwnersParser/CodeownersFile.cs
@@ -8,7 +8,7 @@ namespace Azure.Sdk.Tools.CodeOwnersParser
8
{
9
public static class CodeownersFile
10
11
- private const bool UseRegexMatcherDefault = false;
+ private const bool UseRegexMatcherDefault = true;
12
13
public static List<CodeownersEntry> GetCodeownersEntriesFromFileOrUrl(
14
string codeownersFilePathOrUrl)
0 commit comments