codeowners icon indicating copy to clipboard operation
codeowners copied to clipboard

Allow any escaped character in pattern

Open fivetran-christophmayer opened this issue 2 months ago • 0 comments

Per GitHub docs, CODEOWNERS follows mostly gitignore syntax. gitignore documents:

A backslash ("\") can be used to escape any character.

This rule is not explicitly disabled by GitHub, so should be respected.

This PR adds support for any escaped character in the CODEOWNERS patterns.

fivetran-christophmayer avatar Nov 19 '25 23:11 fivetran-christophmayer