feat: branch protection + deps caching

This commit is contained in:
2026-05-31 02:44:12 -05:00
parent d5d2e5b58e
commit 19671c6299
6 changed files with 40 additions and 23 deletions
+1 -1
View File
@@ -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 {