cristiammercado/CM Backport PR

Backport from a branch to another using a pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenPersonal access token (PAT) if you dont want to use the default value for this field.no${{ github.token }}
pr-from-branchThe name of the branch where your changes are implemented. This should be an existing branch on the current repository.yes
pr-to-branchThe name of the branch you want the changes pulled into. This should be an existing branch on the current repository.yes
pr-titleThe title of the new pull request.no""
pr-bodyThe contents of the pull request.no""
pr-fail-if-existsIf there is already a PR that matches the configured branches, with this option you can control whether you want the action to throw an error.notrue
pr-update-if-existsIf there is already a PR that matches the configured branches, with this option you can update that PR with the new content.nofalse
maintainer-can-modifyIndicates whether maintainers can modify the pull request.notrue
draftIndicates whether the pull request is a draft.nofalse
merge-pr-after-createdIndicates whether the merge should be performed once the PR has been created.nofalse
merge-commit-titleTitle for the automatic commit message.no""
merge-commit-bodyExtra detail to append to automatic commit message.no""
merge-methodMerge method to use. Possible values are merge, squash or rebase.nomerge
namedescription
pr-numberPull request number.
pr-urlPull request URL.
pr-shaCommit SHA if merge-pr-after-created is true