OpenHands/microagents/update_pr_description.md
Xingyao Wang 34c13c8824
Add back microagent files with special handling for user inputs (#8139)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
2025-06-09 02:49:54 +08:00

704 B

name, version, author, agent, triggers, inputs
name version author agent triggers inputs
update_pr_description 1.0.0 openhands CodeActAgent
/update_pr_description
name description type validation
PR_URL URL of the pull request string
pattern
^https://github.com/.+/.+/pull/[0-9]+$
name description type
BRANCH_NAME Branch name corresponds to the pull request string

Please check the branch "{{ BRANCH_NAME }}" and look at the diff against the main branch. This branch belongs to this PR "{{ PR_URL }}".

Once you understand the purpose of the diff, please use Github API to read the existing PR description, and update it to be more reflective of the changes we've made when necessary.