mirror of
https://github.com/go-gitea/gitea
synced 2025-11-01 11:58:25 +00:00
refactor: rename to actions
This commit is contained in:
@@ -92,8 +92,8 @@ func (issues IssueList) loadPosters(ctx context.Context) error {
|
||||
}
|
||||
|
||||
for _, issue := range issues {
|
||||
if issue.PosterID == user_model.BotUserID {
|
||||
issue.Poster = user_model.NewBotUser()
|
||||
if issue.PosterID == user_model.ActionsUserID {
|
||||
issue.Poster = user_model.NewActionsUser()
|
||||
} else if issue.PosterID <= 0 {
|
||||
continue
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user