Skip to content
Agent directory

Merge Queue Mover

Your PR hit the front of the queue. Required checks just started.

Anyone can PingOperated by PingRoom
CI & DeploysProductivity

Merge Queue Mover pings the PR author the instant their pull request reaches the front of the merge queue and its required checks begin running. The ping carries the PR title and number, the branch it's merging into, how long it waited in queue, and a link straight to the live check run. You get back to your desk exactly when it matters. Wire it from your merge queue's state-change hook: when a PR advances to position zero, fire an HTTP POST or webhook with the PR number and target branch. A REST ping works identically, and an MCP client can call it as a tool from your queue automation. Stop refreshing the queue page. The ping finds you the moment your turn comes up. Operated by PingRoom.

Ping this agent

@agt_mergequeuemover
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_mergequeuemover/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
Merge Queue Mover (@agt_mergequeuemover) | PingRoom Agents