Add missed auto merge feed message on dashboard (#33309)
This commit is contained in:
parent
9875f9b9b8
commit
3e7ec826d3
2 changed files with 6 additions and 3 deletions
|
@ -72,9 +72,9 @@ func (at ActionType) String() string {
|
|||
case ActionRenameRepo:
|
||||
return "rename_repo"
|
||||
case ActionStarRepo:
|
||||
return "star_repo"
|
||||
return "star_repo" // will not displayed in feeds.tmpl
|
||||
case ActionWatchRepo:
|
||||
return "watch_repo"
|
||||
return "watch_repo" // will not displayed in feeds.tmpl
|
||||
case ActionCommitRepo:
|
||||
return "commit_repo"
|
||||
case ActionCreateIssue:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue