Select the types of activity you want to include in your feed.
remove IsWarning in tmpl (#26120)
This problem occurs because in #25839, the warning status has been
removed, but there is something in the tmpl that hasn't been changed.
related #25839
close #26118
···1313 {{- else if .IsBlockedByOutdatedBranch}}red
1414 {{- else if .IsBlockedByChangedProtectedFiles}}red
1515 {{- else if and .EnableStatusCheck (or .RequiredStatusCheckState.IsFailure .RequiredStatusCheckState.IsError)}}red
1616- {{- else if and .EnableStatusCheck (or (not $.LatestCommitStatus) .RequiredStatusCheckState.IsPending .RequiredStatusCheckState.IsWarning)}}yellow
1616+ {{- else if and .EnableStatusCheck (or (not $.LatestCommitStatus) .RequiredStatusCheckState.IsPending)}}yellow
1717 {{- else if and .AllowMerge .RequireSigned (not .WillSign)}}red
1818 {{- else if .Issue.PullRequest.IsChecking}}yellow
1919 {{- else if .Issue.PullRequest.IsEmpty}}grey