OpenHands/microagents/update_pr_description.md
Engel Nyst 1b63633030
Simplify microagents (#8114)
Co-authored-by: Robert Brennan <accounts@rbren.io>
2025-04-28 15:00:06 +00:00

707 B

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

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.