codeowners
codeowners copied to clipboard
[bug] failed for users with dot
Correct
*.go @user
*.go @zhilyaev
Not Correct.
*.go @firstname.lastname
*.go @dmitrii.zhiliaev
invalid owner format '@dmitrii.zhiliaev' at position 6
links with #13
Same error with username with undescore.
Example:
*.go @firstname_lastname
Now that #19 is merged, this is possible using a custom OwnerMatcher
. If there's demand for a built-in set of GitLab owner matchers, I'd happily accept a PR.