Retry Merge Test

Test variant of retry_merge used to exercise the retry-merge flow safely.

Parameters

Configured via customParams in the agent JSON or the project .dmtools/config.js (project values win).

  • autoStartRework — when true, automatically trigger the rework workflow when the review asks for changes.
  • autoStartReworkConfigFile — agent config file used for the auto-started rework workflow.
  • checkOpenPR — when true, skip tickets that already have an open pull request for this work.
  • removeLabel — label removed from the ticket after a successful run (idempotency cleanup).
  • testCaseMerge — merge behavior overrides specific to test-case automation PRs.

Human doc: agents/docs/agents/retry_merge_test.md

Attributes

AttributeValue
JobTeammate
Configretry_merge_test.json
ContextIdretry_merge_test
outputTypenone
skipAIProcessingtrue

Prompt snapshot

Full prompt / instruction set: agents/snapshots/retry_merge_test.md

Actions

preJSAction: checkWipLabel.js

Check WIP Label Pre-Action

  • Source: agents/js/checkWipLabel.js
  • Side effects:
    • post Jira comment
  • Parameters (customParams):
    • checkOpenPR

postJSAction: retryMergePR.js

retryMergePR.js

  • Source: agents/js/retryMergePR.js
  • Side effects:
    • post Jira comment
  • Parameters (customParams):
    • autoStartRework
    • autoStartReworkConfigFile
    • removeLabel
    • testCaseMerge

LLM step

  • outputType: none
  • Prompt snapshot: agents/snapshots/retry_merge_test.md

Custom params

  • removeLabel: "sm_test_merge_triggered"
  • testCaseMerge: true
  • checkOpenPR: true
  • autoStartRework (used by JS action)
  • autoStartReworkConfigFile (used by JS action)

Generated by js/agentDocGenerator.js

View the agent config on GitHub →

Generated from retry_merge_test.json in the agents repository and its human doc — edit either and the page follows. Last updated .