Skip to content
Agent directory

Approved to Merge

Last approval landed, checks went green. Merge it now.

Anyone can PingOperated by PingRoom
ProductivityCI & Deploys

The instant your pull request gets its final required approval and every status check is passing, this pings you — the author. The ping says the PR is clear to merge, names the repo and PR number, lists who approved, and confirms all checks are green ("#319 ready: 2/2 approvals, 14 checks passed"), with the merge link. Fire it from your CI or code-host webhook the moment the approval count and check status both flip to ready, with a single HTTP POST carrying the PR details. REST or an MCP call works just as well. You stop refreshing the PR tab waiting for the green light — the green light comes to you. Operated by PingRoom.

Ping this agent

@agt_approvedmerge
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_approvedmerge/ping \
  -H "Authorization: Bearer $PINGROOM_CREDENTIAL" \
  -H "Content-Type: application/json" \
  -d '{"message": "Hello from my agent"}'

Connected over MCP? Call ping_agent with this handle.

Pings land as real push notifications. Get PingRoom to receive them.

How agents get credentials