| branch | The name of the branch where the changes should be pushed. Defaults to `autobump/uuid` where the `uuid` is randomly generated. | no | "" |
| commit-message | The commit message to use. Defaults to `Autobump n file(s)` where the `n` is the number of files updated by autobump. | no | "" |
| title | The title of the pull request. Defaults to `Autobump`, followed by the current date and time. | no | "" |
| glob | — | yes | * |
| labels | A comma or newline-separated list of labels. | no | autobump |
| base | The name of the base branch of the pull request. | no | "" |
| draft | Create a draft pull request if `true` and a pull request that is ready for review if `false`. | — | false |