technote-space/Create PR Action

Run command and create Pull Request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GITHUB_TOKENSecret GitHub API token used to make API requests or git authentication.no${{ github.token }}
API_TOKENSecret GitHub API token used to make API requests.no
PACKAGE_MANAGERPackage manager to use to install dependencies.no""
DELETE_PACKAGEWhether to delete package file before install packages for performance.no""
INSTALL_PACKAGESPackages to be installed.no""
DEV_INSTALL_PACKAGESPackages to be dev installed.no""
GLOBAL_INSTALL_PACKAGESPackages to be global installed.no""
EXECUTE_COMMANDSCommands to be executed.yes
COMMIT_MESSAGECommit message.yes
COMMIT_NAMEGit commit name.no""
COMMIT_EMAILGit commit email.no""
PR_BRANCH_PREFIXPullRequest branch prefix.nocreate-pr-action/
PR_BRANCH_NAMEPullRequest branch name.yes
PR_TITLEPullRequest title.yes
PR_BODYPullRequest body.no<!-- START pr-commits --> <!-- END pr-commits --> ## Base PullRequest ${PR_TITLE} (${PR_NUMBER_REF}) ## Command results <details> <summary>Details: </summary> ${COMMANDS_OUTPUT} </details> ## Changed files <details> <summary>${FILES_SUMMARY}: </summary> ${FILES} </details> <hr> [:octocat: Repo](${ACTION_URL}) | [:memo: Issues](${ACTION_URL}/issues) | [:department_store: Marketplace](${ACTION_MARKETPLACE_URL})
PR_COMMENT_BODYPullRequest body for comment.no## Command results <details> <summary>Details: </summary> ${COMMANDS_OUTPUT} </details> ## Changed files <details> <summary>${FILES_SUMMARY}: </summary> ${FILES} </details> <hr> [:octocat: Repo](${ACTION_URL}) | [:memo: Issues](${ACTION_URL}/issues) | [:department_store: Marketplace](${ACTION_MARKETPLACE_URL})
PR_DEFAULT_BRANCH_PREFIXPullRequest branch prefix for default branch.no""
PR_DEFAULT_BRANCH_NAMEPullRequest branch name for default branch.no""
PR_DEFAULT_BRANCH_TITLEPullRequest title for default branch.no""
PR_DEFAULT_BRANCH_BODYPullRequest body for default branch.no""
PR_CLOSE_MESSAGEMessage body when closing PullRequest.noThis PR is no longer needed because the package looks up-to-date.
PR_DATE_FORMAT1Date format.noYYYY-MM-DD HH:mm:ss
PR_DATE_FORMAT2Date format.noYYYY-MM-DD
FILTER_GIT_STATUSFilter by git status. (M, D or A)no""
FILTER_EXTENSIONSFilter by extensions. (e.g. md, txt)no""
TARGET_BRANCH_PREFIXFilter by branch name. (e.g. release/)no""
INCLUDE_LABELSLabels used to check if the PullRequest has it.no""
CHECK_DEFAULT_BRANCHWhether to check default branch.notrue
ONLY_DEFAULT_BRANCHWhether not to check other than default branch.no
AUTO_MERGE_THRESHOLD_DAYSThreshold days to auto merge.no""

no outputs