remove olixero branding

This commit is contained in:
2026-07-13 20:56:50 +02:00
parent 40c822d3bf
commit 040a4aee37
16 changed files with 47 additions and 157 deletions
+1 -1
View File
@@ -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