Skip to content

Commit

Permalink
2556 [BE] get autotest contributors from repo https://github.com/Brai…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrsam committed Dec 28, 2023
1 parent 77b6e38 commit a1178c5
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@ class ContributorServiceImpl(
name = gitHubUser.name ?: "gitHubNick:${gitHubUser.login}",
repositoryName = repositoryName,
company = gitHubUser.company,
type = if (repositoryName == "auto-tests-python") {
type = if (repositoryName == "auto-tests-python")
ContributorType.AUTOTESTER
} else {
ContributorType.DEVELOPER
},
else
ContributorType.DEVELOPER,
pictureUrl = gitHubUser.avatarUrl,
description = gitHubUser.bio
)
Expand Down

0 comments on commit a1178c5

Please sign in to comment.