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 {
+1 -1
View File
@@ -20,7 +20,7 @@ export function defaultRepoSettings(): RepoSettings {
prepushScript: null,
stopScript: null,
push: "restricted",
shell: "restricted",
shell: "disabled",
prApproveEnabled: false,
modeInstructions: {},
};