···670670 return
671671 }
672672673673+ if !caps.PullRequests.FormatPatch {
674674+ s.pages.Notice(w, "pull", "This knot doesn't support format-patch. Unfortunately, there is no fallback for now.")
675675+ return
676676+ }
677677+673678 // Handle the PR creation based on the type
674679 if isBranchBased {
675680 if !caps.PullRequests.BranchSubmissions {