ci(cli): configure auto bm workflow

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
phernandez
2026-06-04 20:27:42 -05:00
parent b386502020
commit 4502bd3c3b
5 changed files with 121 additions and 2 deletions
+3 -2
View File
@@ -489,7 +489,7 @@ def render_workflow(config: ProjectUpdateConfig) -> str:
effort_line = f" effort: {config.codex_effort}\n" if config.codex_effort else ""
return f"""name: Basic Memory Project Updates
on:
"on":
pull_request:
types: [closed]
workflow_run:
@@ -527,7 +527,8 @@ jobs:
- name: Stop when event is not eligible
if: steps.collect.outputs.eligible != 'true'
run: echo "Auto BM skipped: ${{{{ steps.collect.outputs.skip_reason }}}}"
run: |
echo "Auto BM skipped: ${{{{ steps.collect.outputs.skip_reason }}}}"
- name: Write Codex output schema
if: steps.collect.outputs.eligible == 'true'