guillaumefalourd/Pull Request Action (Github CLI)

Github Actions to create pull request (all os supported) using Github CLI ⤵️

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 7, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: guillaumefalourd/pull-request-action@45ea43226a07b73bdf578cf46c5e19aef9bc17d9 # v2

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

namedescriptionrequireddefault
source_branchBranch name to pull from, default is triggered branchno
destination_branchBranch name to sync to in this repo, default is mainnomain
pr_titlePull request titleno
pr_bodyPull request bodyno
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
namedescription
pr_urlPull request URL
pr_numberPull request number
has_changed_filesBoolean string indicating whether any file has been changed
pr_createdBoolean string indicating whether a PR was created