timbertson/Self-update
Automate the creation of update pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Github API token (typically settings.GITHUB_TOKEN) | yes | — |
| repository | The GitHub repository in the form owner/repo (defaults to GITHUB_REPOSITORY) | no | — |
| authorName | Author name (defaults to github actions bot) | no | — |
| authorEmail | Author email (defaults to github actions bot) | no | — |
| setupScript | Script to prepare the update (changes from this script will not count) | yes | — |
| updateScript | Script to perform update | yes | — |
| branchName | Branch name to use for PRs, will be force-pushed. Default `self-update` | no | — |
| baseBranch | Base branch for PR (default: checked out branch) | no | — |
| commitMessage | Commit message | no | — |
| prTitle | PR title | no | — |
| prBody | PR body | no | — |
| prBodyHideOutput | Don't show detailed output in PR body. Default: false | no | — |
Outputs
| name | description |
|---|---|
| pr_number | The number of the PR that was created/updated |
| pr_url | The URL to the PR that was created/updated |