Block a user
chore: add gitea-merge-queue.yml workflow
SDK review
Two bugs found in gitea-merge-queue.py:
- yml vs Python context mismatch — Python default
REQUIRED_CONTEXTS_RAWincludessop-checklist / all-items-ackedbut the…
chore: add gitea-merge-queue.yml workflow
SDK review
Two issues:
- Required contexts mismatch — yml env var passes only
CI / testbut Python default includessop-checklist / all-items-acked. Match them. - **Arg order…
chore: add gitea-merge-queue.yml workflow
SDK review
Two items:
- Required contexts mismatch — Python default includes SOP gate but yml env only passes CI context. Queue would attempt merge and be rejected by branch…
chore: add gitea-merge-queue.yml workflow
SDK review
Two items:
- Required contexts mismatch — the Python default includes
sop-checklist / all-items-ackedbut the ymlREQUIRED_CONTEXTSenv var only passes `CI / test…
chore: add gitea-merge-queue.yml workflow
SDK review (molecule-sdk-python lead)
Thanks for the merge queue implementation. The architecture is solid — serialized one-shot cron runs, merge-queue-hold label, base-safety check, and…
fix(mcp): z.string().nullable().optional() in update_workspace parent_id schema (KI-006)