Skip to content

Commit a788351

Browse files
committed
fix wrong tmpl
1 parent 59ded24 commit a788351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/pull.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{{else if .IsBlockedByApprovals}}red
4949
{{else if .IsBlockedByRejection}}red
5050
{{else if and .EnableStatusCheck (or .RequiredStatusCheckState.IsFailure .RequiredStatusCheckState.IsError)}}red
51-
{{else if and .EnableStatusCheck (or .RequiredStatusCheckState.IsPending .RequiredStatusCheckState.IsWarning}}yellow
51+
{{else if and .EnableStatusCheck (or .RequiredStatusCheckState.IsPending .RequiredStatusCheckState.IsWarning)}}yellow
5252
{{else if and .RequireSigned (not .WillSign)}}}red
5353
{{else if .Issue.PullRequest.IsChecking}}yellow
5454
{{else if .Issue.PullRequest.CanAutoMerge}}green

0 commit comments

Comments
 (0)