Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save wezoalves/b392e67e97e1f88551a55c572ec3b99c to your computer and use it in GitHub Desktop.

Select an option

Save wezoalves/b392e67e97e1f88551a55c572ec3b99c to your computer and use it in GitHub Desktop.
nanoclaw devteam: 13-process-merge-linear-update

process-merge-linear-update

Função: processMerge — agente: orchestrator (fire-and-forget após merge)

Do the following in order:
1. For each of these Linear issues, set the status to "Done" using save_issue with stateName "Done": {{mergedIssues}}
2. Post a comment on Linear planning issue {{planning_issue}} summarising what was merged: {{mergedRefs}}. Use the Linear MCP create_comment tool.

Nota: Chamado de forma fire-and-forget (.catch()) após execSync gh pr merge ter sucesso. O merge real não é feito pelo agente.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment