Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline comments are treated as owners #43

Closed
heaths opened this issue Sep 28, 2024 · 0 comments · Fixed by #46
Closed

Inline comments are treated as owners #43

heaths opened this issue Sep 28, 2024 · 0 comments · Fixed by #46

Comments

@heaths
Copy link
Contributor

heaths commented Sep 28, 2024

Consider the following CODEOWNERS file:

# License text

docs/ @writers # Doc writers

If you call Codeowners.Owners you get back []string{"@writers", "#", "Doc", "writers"} instead of just `[]string{"@WriterS"}.

According to https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners this is valid syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant