We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a51f38 commit 241fe42Copy full SHA for 241fe42
templates/repo/issue/view_content/pull.tmpl
@@ -13,7 +13,7 @@
13
{{- else if .IsBlockedByOutdatedBranch}}red
14
{{- else if .IsBlockedByChangedProtectedFiles}}red
15
{{- else if and .EnableStatusCheck (or .RequiredStatusCheckState.IsFailure .RequiredStatusCheckState.IsError)}}red
16
- {{- else if and .EnableStatusCheck (or (not $.LatestCommitStatus) .RequiredStatusCheckState.IsPending)}}yellow
+ {{- else if and .EnableStatusCheck (or (not $.LatestCommitStatus) .RequiredStatusCheckState.IsPending .RequiredStatusCheckState.IsWarning)}}yellow
17
{{- else if and .AllowMerge .RequireSigned (not .WillSign)}}red
18
{{- else if .Issue.PullRequest.IsChecking}}yellow
19
{{- else if .Issue.PullRequest.IsEmpty}}grey
0 commit comments