Backport #28237 by @yp05327 Fix #28224 Co-authored-by: yp05327 <576951401@qq.com>
This commit is contained in:
parent
5001f63c07
commit
76e892317b
|
@ -1306,7 +1306,7 @@ func roleDescriptor(ctx stdCtx.Context, repo *repo_model.Repository, poster *use
|
||||||
return roleDescriptor, err
|
return roleDescriptor, err
|
||||||
} else if hasMergedPR {
|
} else if hasMergedPR {
|
||||||
roleDescriptor.RoleInRepo = issues_model.RoleRepoContributor
|
roleDescriptor.RoleInRepo = issues_model.RoleRepoContributor
|
||||||
} else {
|
} else if issue.IsPull {
|
||||||
// only display first time contributor in the first opening pull request
|
// only display first time contributor in the first opening pull request
|
||||||
roleDescriptor.RoleInRepo = issues_model.RoleRepoFirstTimeContributor
|
roleDescriptor.RoleInRepo = issues_model.RoleRepoFirstTimeContributor
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue