Archived
remove olixero branding
This commit is contained in:
@@ -82,7 +82,7 @@ export function findAcceptedPlan(
|
||||
const header = "## Accepted implementation plan\n\n";
|
||||
const start = selected.comment.body.indexOf(header);
|
||||
const end = selected.comment.body.lastIndexOf(
|
||||
"\n\n<!-- olixero-ci-agent:plan-footer -->",
|
||||
"\n\n<!-- gitea-agent:plan-footer -->",
|
||||
);
|
||||
if (start < 0) return undefined;
|
||||
const markdown = selected.comment.body
|
||||
|
||||
Reference in New Issue
Block a user