We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Validation fails on checking valid enterprise sso users Example: @user-name-can-be-very-long_and-has-underscore
@user-name-can-be-very-long_and-has-underscore
Validation fails after adding SSO user to CODEOWNERS file.
Expected result User should be validated successfully.
Actual result Fails with
Owner @user_id does not look like a GitHub username or team name
Steps to reproduce Add * @user_id to CODEOWNERS file
* @user_id
Troubleshooting Here's the regex that doesn't match it.
codeowners-validator/internal/check/valid_syntax.go
Line 16 in 84b4fa2
The text was updated successfully, but these errors were encountered:
I just noticed I only fixed the _ part of this issue in #209. The unlimited username length will still be an issue :(
_
Sorry, something went wrong.
@mszostok Could you please create a release with what we have already available?
Since this is a docker action I can't override the version in a reasonable manner. And I need #209 available.
mszostok
Successfully merging a pull request may close this issue.
Description
Validation fails on checking valid enterprise sso users
Example:
@user-name-can-be-very-long_and-has-underscore
Validation fails after adding SSO user to CODEOWNERS file.
Expected result
User should be validated successfully.
Actual result
Fails with
Steps to reproduce
Add
* @user_id
to CODEOWNERS fileTroubleshooting
Here's the regex that doesn't match it.
codeowners-validator/internal/check/valid_syntax.go
Line 16 in 84b4fa2
The text was updated successfully, but these errors were encountered: