diff --git a/appview/pages/templates/repo/pulls/fragments/pullActions.html b/appview/pages/templates/repo/pulls/fragments/pullActions.html index c3afc2db..2e281de2 100644 --- a/appview/pages/templates/repo/pulls/fragments/pullActions.html +++ b/appview/pages/templates/repo/pulls/fragments/pullActions.html @@ -35,10 +35,6 @@ {{ end }} > {{ if and (not $loading) $isLastRound }} - {{ if and $isOpen $isForkBased (not .HasPipeline) (ne .RepoInfo.Spindle "") }} - {{ template "workflowWarning" . }} - {{ end }} - {{ template "mergeCheck" . }} {{ template "resubmitStatus" . }} {{ end }}