From 6dfe1d6d5d373764a40069c5231b883689c9b06d Mon Sep 17 00:00:00 2001 From: Technote Date: Mon, 2 Dec 2019 01:58:58 +0900 Subject: [PATCH] chore: update workflow --- .github/workflows/update-dependencies.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 1ba5eb23..cd6af7fb 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -22,5 +22,8 @@ jobs: yarn audit COMMIT_MESSAGE: 'chore: update npm dependencies' PR_BRANCH_NAME: 'chore-npm-update-${PR_ID}' - PR_TITLE: 'chore: update npm dependencies (${PR_HEAD_REF} -> ${PR_BASE_REF})' + PR_TITLE: 'chore: update npm dependencies (${PR_MERGE_REF})' + PR_DEFAULT_BRANCH_PREFIX: release/ + PR_DEFAULT_BRANCH_NAME: ${PATCH_VERSION} + PR_DEFAULT_BRANCH_TITLE: release/${PATCH_VERSION} TARGET_BRANCH_PREFIX: release/