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— whentrue, automatically trigger the rework workflow when the review asks for changes.autoStartReworkConfigFile— agent config file used for the auto-started rework workflow.checkOpenPR— whentrue, 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
| Attribute | Value |
|---|---|
| Job | Teammate |
| Config | retry_merge_test.json |
| ContextId | retry_merge_test |
| outputType | none |
| skipAIProcessing | true |
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):
autoStartReworkautoStartReworkConfigFileremoveLabeltestCaseMerge
LLM step
- outputType:
none - Prompt snapshot:
agents/snapshots/retry_merge_test.md
Custom params
removeLabel:"sm_test_merge_triggered"testCaseMerge:truecheckOpenPR:trueautoStartRework(used by JS action)autoStartReworkConfigFile(used by JS action)
Generated by js/agentDocGenerator.js