fortinet/Create versioning pull request

Create a pull request for increasing the node package version.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 22, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: fortinet/github-action-version-pr@085fb646b96f4b8407ab31f301cc6fafb638b884 # 1.0.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenThe GitHub automatically created secret to use in your workflow for authentications.yes
base-branchThe base branch that the pull request will be going to.yes
head-branchThe head branch which the pull request is taking from.yes
pr-fail-if-existA boolean indicator for the behavior of re-issuing a pull request with the same head and base branch. If set 'true', the action will fail for existing open pr.notrue
pr-create-draftA boolean indicator for whether to create a draft pull request or actual one.nofalse
pr-template-uriThe uri of the template of pre-configured values for the pull request to be used. See the README.md on the github repo for more information.no.github/workflows/templates/version-pr.yml
pr-titleThe title for the pull request. If non-empty value is specified, the value here will be used and override the title property value in pr-template-uri.no
pr-descriptionThe description for the pull request. If non-empty value is specified, the value here will be used and override the description property value in pr-template-uri.no
pr-reviewersA comma-separated list of the reviewers (usernames) for the pull request. If pr-template-uri is also used, this parameter will override the 'reviewers' field in the template. Giving a single comma as the value here, i.e. ',' can override and disable this setting.no
pr-team-reviewersA comma-separated list of the team reviewers (usernames) for the pull request. If pr-template-uri is also used, this parameter will override the 'team reviewers' field in the template. Giving a single comma as the value here, i.e. ',' can override and disable this setting.no
pr-assigneesA comma-separated list of the assignees (usernames) for the pull request. If pr-template-uri is also used, this parameter will override the 'assignees' field in the template. Giving a single comma as the value here, i.e. ',' can override and disable this setting. Only users with push access can add assignees to an issue. Assignees are silently ignored otherwise.no
pr-labelsA comma-separated list of the labels for the pull request. If pr-template-uri is also used, this parameter will override the 'labels' field in the template. Giving a single comma as the value here, i.e. ',' can override and disable this setting.no
namedescription
base-branchThe base branch for this pull request.
head-branchThe head branch for this pull request.
base-versionThe version found in the package.json on the base branch.
head-versionThe version found in the package.json on the head branch.
is-prereleaseA boolean indicator for whether the version is considered as a prerelease or not.
is-pr-draftA boolean indicator for whether it is a draft pull request or actual one.
pull-request-numberThe new pull request number.
pull-request-urlThe new pull request url.
assigneesThe comma-separated list of assignees to the new pull request.
reviewersThe comma-separated list of reviewers to the new pull request.
team-reviewersThe comma-separated list of team reviewers to the new pull request.
labelsThe comma-separated list of labels to the new pull request.