Create a pull request from the current branch.
67
67%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
TARGET_BRANCH: $1 (defaults to main)
SOURCE_BRANCH: current branch (git branch --show-current)
/review and /security-scan have passed locally.ci-quality-gate workflow succeeded for SOURCE_BRANCH.gh pr create \
--base "$TARGET_BRANCH" \
--head "$SOURCE_BRANCH" \
--title "<Conventional PR title>" \
--body-file .github/pull_request_template.mdgh pr edit --add-label "status: in-review").