igdianov/jx-updatebot-pr
Create a Pull Request on each downstream repository See: https://github.com/jenkins-x-plugins/jx-updatebot
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| auto-merge | should we automatically merge if the PR pipeline is green (default true) | no | true |
| version | the version number to promote. If not specified uses $VERSION or the version file | no | — |
| version-file | the file to load the version from if not specified directly or via a $VERSION environment variable. Defaults to VERSION in the current dir | no | VERSION |
| dir | the directory look for the VERSION file (default ".") | no | . |
| pull-request-title | the PR title | no | "" |
| commit-title | the commit title | no | "" |
| commit-message | the commit message | no | "" |
| pull-request-body | the PR body | no | "" |
| labels | a list of labels to apply to the PR separated by comma, i.e l1,l2,l3 | no | "" |
| base-branch-name | the base branch name to use for new pull requests. Defaults to default main branch if not specified. | no | "" |
| flags | Command options, i.e. --git-credentials | no | "" |
| config-file | the updatebot config file. If none specified defaults to .jx/updatebot.yaml | no | "" |
| git-token | the git token used to operate on the git repository. If not specified it's loaded from the git credentials file | no | "" |
| git-username | the git username used to operate on the git repository. If not specified it's loaded from the git credentials file | no | "" |
| git-author-name | the user name to git commit | no | "" |
| git-author-email | the user email to git commit | no | "" |
| jx-updatebot-release | the version of jx-updatebot release | no | 0.3.13 |
Outputs
no outputs