feat: branch protection + deps caching
This commit is contained in:
@@ -4,7 +4,7 @@ export function buildShockbotFooter(params?: {
|
||||
model?: string | undefined;
|
||||
}): string {
|
||||
const modelPart = params?.model ? ` · \`${params.model}\`` : "";
|
||||
return `\n\n<br>\n\n---\n${FOOTER_MARKER}\n*Reviewed by [shockbot](https://git.shockvpn.com)${modelPart}*`;
|
||||
return `\n\n<br>\n\n---\n${FOOTER_MARKER}\n*Reviewed by [shockbot](https://git.shockvpn.com/shockbot)${modelPart}*`;
|
||||
}
|
||||
|
||||
export function stripExistingFooter(body: string): string {
|
||||
|
||||
Reference in New Issue
Block a user