ojob ojob.io/git/hub/contentIn message=updates branch=my-branch branchPrefix=auto- paths=src,tests title="Updates PR" body="automated PR" bodyFile=body.md dontDelete=true forcePR=true
Tries to put files in the GitHub repository (requires GitHub cli)
Name | Description |
---|---|
message | The commit message to use (you can use {{date}} and {{time}} to refer to the current time) |
branch | The branch associated with the pull request, if needed |
branchPrefix | The branch prefix to use for pull request, if needed |
paths | A command delimited list of paths to check in (if not provided defaults to ".") |
title | The pull request title, if needed (you can use {{date}} and {{time}} to refer to the current time) |
body | The text to include in the body of the pull request, if needed (you can use {{date}} and {{time}} to refer to the current time) |
bodyFile | In alternative of 'body' from a markdown file to include in the body of the pull request, if needed |
dontDelete | Don't try to automatically delete the created branch. |
forcePR | Force the creation of a PR |