add support for PR sequence diagram in description markers

This commit is contained in:
Abhinav Kumar
2025-07-02 18:07:54 +05:30
parent 9e20373cb0
commit df8290a290
4 changed files with 11 additions and 2 deletions

View File

@ -81,6 +81,7 @@ the tool will replace every marker of the form `pr_agent:marker_name` in the PR
- `type`: the PR type.
- `summary`: the PR summary.
- `walkthrough`: the PR walkthrough.
- `diagram`: the PR sequence diagram (if enabled).
Note that when markers are enabled, if the original PR description does not contain any markers, the tool will not alter the description at all.