From 77fa710a3c17e9b91689eaded2c409d9d758a0ea Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 26 Jun 2024 14:18:27 +0200 Subject: [PATCH] updated github_pull_request_create.sh --- github/github_pull_request_create.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/github/github_pull_request_create.sh b/github/github_pull_request_create.sh index 6db69284cbe..131ace168db 100755 --- a/github/github_pull_request_create.sh +++ b/github/github_pull_request_create.sh @@ -37,6 +37,10 @@ The BASE branch is the branch you want to merge INTO, eg. 'master' or 'main' If \$GITHUB_PULL_REQUEST_TITLE or \$GITHUB_PULL_REQUEST_BODY environment variables are set, those values will be used to generate the pull request If \$GITHUB_PULL_REQUEST_BODY is not set, but .github/pull_request_template.md is present at the top of the current checkout repo, will use that for the body. If the template body contains Jira ticket number token templates such as AA-XXXXX or AA-NNNNN and the current branch is prefixed with a matching alpha-number token, then those tokens will be replaced with the real Jira number from the branch +To raise PRs across forks do: + + ${0##*/} :: + Requires GitHub CLI to be installed and configured