@@ -44,11 +44,11 @@ check_events_json() {
|
|||||||
|
|
||||||
create_pull_request() {
|
create_pull_request() {
|
||||||
|
|
||||||
SOURCE=${1} # from this branch
|
SOURCE="${1}" # from this branch
|
||||||
TARGET=${2} # pull request TO this target
|
TARGET="${2}" # pull request TO this target
|
||||||
BODY=${3} # this is the content of the message
|
BODY="${3}" # this is the content of the message
|
||||||
TITLE=${4} # pull request title
|
TITLE="${4}" # pull request title
|
||||||
DRAFT=${5} # if PRs are draft
|
DRAFT="${5}" # if PRs are draft
|
||||||
|
|
||||||
# Check if the branch already has a pull request open
|
# Check if the branch already has a pull request open
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user