Super simple, and fast GitHub action to create and update pull requests.
Title of the pull-request.
Body of the pull-request.
Name of branch to be merged into the base and create or update pull-request for.
Name of the branch that the pull-request will be merged into.
Whether or not the pull-request should be opened as a draft.
Defaults to false
.
Github user to assign to pull-request
Pull request number.
- name: pull-request
uses: TheRealWaldo/pull-request@v0.2.0
with:
json-opts: '{"dry-run": true}'