-
Notifications
You must be signed in to change notification settings - Fork 27
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
2556 [BE] get autotest contributors from repo https://github.com/Brai… #2559
Conversation
Frontend test coverage: 45.59% 🤷♂️ Did not change |
@@ -68,6 +68,11 @@ class ContributorServiceImpl( | |||
name = gitHubUser.name ?: "gitHubNick:${gitHubUser.login}", | |||
repositoryName = repositoryName, | |||
company = gitHubUser.company, | |||
type = if (repositoryName == "auto-tests-python") { | |||
ContributorType.AUTOTESTER | |||
} else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we dont use {} in single conditions, please
Frontend test coverage: 45.59% 🤷♂️ Did not change |
1 similar comment
Frontend test coverage: 45.59% 🤷♂️ Did not change |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
2556 [BE] get autotest contributors from repo