launchdarkly-labs/Open downstream PR if necessary

This action opens a PR against downstream repositories to update a library dependency.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe downstream repository that consumes the library dependency.yes
refThe branch, tag, or commit SHA to checkout from the downstream repository.nomain
tokenGithub PAT used to open PRs. This token must have write access against the repository.yes
update-commandThe command run from the downstream repo that is used to update the library dependency.yes
working-directoryThe relative directory in the downstream repo where all commands will run.no""
relevance-filterA path filter used to determine if any relevant files where changed as a result of the `update-command`. By default, all changes are considered relevant.no- '**'
reviewersA comma or newline-separated list of reviewers (GitHub usernames) to request a review from.no
team-reviewersA comma or newline-separated list of GitHub teams to request a review from.no
titleThe title of the pull request.no[bot] Bump ${{github.event.repository.name}}
committerThe committer name and email address in the format Display Name <email@address.com>. Defaults to the GitHub Actions bot user.noGitHub <noreply@github.com>
authorThe author name and email address in the format Display Name <email@address.com>. Defaults to the user who triggered the workflow run.no${{github.actor}} <${{github.actor}}@users.noreply.github.com>
commit-messageThe message to use when committing changes.no[bot] Bump ${{github.event.repository.name}}
labelsA comma or newline-separated list of labels.nobot
branchThe pull request branch name.nobump-${{github.repository}}/patch
auto-mergeWhether or not to enable "Auto-merge" on the pull request.nofalse
dryrunSet to true to not really raise a PR. This is useful for testing.nofalse
namedescription
pull-request-numberThe pull request number
pull-request-urlThe URL of the pull request.
pull-request-operationThe pull request operation performed by the action, `created`, `updated` or `closed`.
pull-request-head-shaThe commit SHA of the pull request branch.