Skip to content

Commit

Permalink
Enable the new, regex-based, wildcard-supporting CODEOWNERS matcher (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik authored Feb 13, 2023
1 parent 0642374 commit 5ba9d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Azure.Sdk.Tools.CodeOwnersParser
{
public static class CodeownersFile
{
private const bool UseRegexMatcherDefault = false;
private const bool UseRegexMatcherDefault = true;

public static List<CodeownersEntry> GetCodeownersEntriesFromFileOrUrl(
string codeownersFilePathOrUrl)
Expand Down

0 comments on commit 5ba9d1d

Please sign in to comment.