devops-infra/GitHub Action for creating Pull Requests

GitHub Action that will create a pull request from the current branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub tokenyes
repositoryRepository in owner/name format used for API calls and git remote auth (defaults to current repository)no""
repository_pathRelative path under GITHUB_WORKSPACE to the checked-out repository (use when actions/checkout path is set)no.
source_branchName of the source branchno""
target_branchName of the target branchnomaster
titlePull request titleno""
templateTemplate file locationno""
bodyPull request bodyno""
reviewerReviewer's usernameno""
assigneeAssignee's usernamesno""
labelLabels to apply, coma separatedno""
create_missing_labelsWhether to create labels that do not already exist before creating the PRnofalse
milestoneMilestoneno""
projectGitHub Project title to add the pull request tono""
draftWhether to mark it as a draftnofalse
old_stringOld string for the replacement in templateno""
new_stringNew string for the replacement in the templateno""
get_diffWhether to inject difference into templatenofalse
ignore_usersList of users to ignore, coma separatednodependabot
allow_no_diffAllows to continue on merge commits with no diffsnofalse
max_body_bytesMaximum PR body size in bytes before overflow is moved into managed commentsno65000
max_diff_linesMaximum lines per generated diff section (0 means unlimited)no0
namedescription
urlPull request URL
pr_numberPull request number