github-devtools-2022/GitHub Pull Request Action

⤵️ Create pull request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
destination_repositoryRepository (user/repo) to create the pull request in, falls back to checkout repository or triggered repositoryno
source_branchBranch name to pull from, default is triggered branchno
destination_branchBranch name to sync to in this repo, default is masternomaster
pr_titlePull request titleno
pr_bodyPull request bodyno
pr_templatePull request templateno
pr_reviewerPull request reviewers, comma-separated list (no spaces)no
pr_assigneePull request assignees, comma-separated list (no spaces)no
pr_labelPull request labels, comma-separated list (no spaces)no
pr_milestonePull request milestoneno
pr_draftDraft pull requestno
pr_allow_emptyCreate PR even if no changesno
working_directoryChange working directoryno
github_tokenGitHub token secretyes${{ github.token }}
debugBash set -x debugging modeno
namedescription
pr_urlPull request URL
pr_numberPull request number
pr_createdBoolean string indicating if a pull request was created from the action run
has_changed_filesBoolean string indicating whether any file has been changed