Skip to content

Commit 8edb5c2

Browse files
wxiaoguanglunny
andauthored
Update templates/repo/issue/view_content/pull.tmpl
Co-authored-by: Lunny Xiao <[email protected]>
1 parent 6305f52 commit 8edb5c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/repo/issue/view_content/pull.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@
257257
{{/* admin can merge without checks, writer can merge when checkes succeed */}}
258258
{{$canMergeNow := and (or $.IsRepoAdmin (not $notAllOverridableChecksOk)) (or (not .AllowMerge) (not .RequireSigned) .WillSign)}}
259259
{{/* admin and writer both can make an auto merge schedule */}}
260-
{{$canAutoMerge = true}}
261260

262261
{{if $canMergeNow}}
263262
{{if $notAllOverridableChecksOk}}

0 commit comments

Comments
 (0)