Update a Pull Request
Update a pull request for a specified GitHub repository.
To use this procedure, make sure your agent has learned the GitHub Book (BDK).
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Update a pull request from a repository
the pull request is '{"number": "1", "title": "This is the edited title", "body": "This is the edited body", "state": "open"}'
update the pull request in "kognitos/bdk-api"
Last updated
Was this helpful?