timbertson/Self-update

Automate the creation of update pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GITHUB_TOKENGithub API token (typically settings.GITHUB_TOKEN)yes
repositoryThe GitHub repository in the form owner/repo (defaults to GITHUB_REPOSITORY)no
authorNameAuthor name (defaults to github actions bot)no
authorEmailAuthor email (defaults to github actions bot)no
setupScriptScript to prepare the update (changes from this script will not count)yes
updateScriptScript to perform updateyes
branchNameBranch name to use for PRs, will be force-pushed. Default `self-update`no
baseBranchBase branch for PR (default: checked out branch)no
commitMessageCommit messageno
prTitlePR titleno
prBodyPR bodyno
prBodyHideOutputDon't show detailed output in PR body. Default: falseno
namedescription
pr_numberThe number of the PR that was created/updated
pr_urlThe URL to the PR that was created/updated