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 59ded24 commit a788351Copy full SHA for a788351
templates/repo/issue/view_content/pull.tmpl
@@ -48,7 +48,7 @@
48
{{else if .IsBlockedByApprovals}}red
49
{{else if .IsBlockedByRejection}}red
50
{{else if and .EnableStatusCheck (or .RequiredStatusCheckState.IsFailure .RequiredStatusCheckState.IsError)}}red
51
- {{else if and .EnableStatusCheck (or .RequiredStatusCheckState.IsPending .RequiredStatusCheckState.IsWarning}}yellow
+ {{else if and .EnableStatusCheck (or .RequiredStatusCheckState.IsPending .RequiredStatusCheckState.IsWarning)}}yellow
52
{{else if and .RequireSigned (not .WillSign)}}}red
53
{{else if .Issue.PullRequest.IsChecking}}yellow
54
{{else if .Issue.PullRequest.CanAutoMerge}}green
0 commit comments