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 {
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ export function defaultRepoSettings(): RepoSettings {
|
||||
prepushScript: null,
|
||||
stopScript: null,
|
||||
push: "restricted",
|
||||
shell: "restricted",
|
||||
shell: "disabled",
|
||||
prApproveEnabled: false,
|
||||
modeInstructions: {},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user