···670 return
671 }
67200000673 // Handle the PR creation based on the type
674 if isBranchBased {
675 if !caps.PullRequests.BranchSubmissions {
···670 return
671 }
672673+ if !caps.PullRequests.FormatPatch {
674+ s.pages.Notice(w, "pull", "This knot doesn't support format-patch. Unfortunately, there is no fallback for now.")
675+ return
676+ }
677+678 // Handle the PR creation based on the type
679 if isBranchBased {
680 if !caps.PullRequests.BranchSubmissions {