···670670 return671671 }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+ return676676+ }677677+673678 // Handle the PR creation based on the type674679 if isBranchBased {675680 if !caps.PullRequests.BranchSubmissions {