From f7a57bbbb7352d7a41444709cdd4bb321a36442a Mon Sep 17 00:00:00 2001 From: Technote Date: Fri, 20 Nov 2020 01:53:57 +0900 Subject: [PATCH 1/2] chore: tweaks --- src/utils/process.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/process.ts b/src/utils/process.ts index 80b6c14..1b8b143 100644 --- a/src/utils/process.ts +++ b/src/utils/process.ts @@ -314,7 +314,7 @@ const runCreatePr = async(isClose: boolean, getPulls: (Octokit, ActionContext) = } const helper = getHelper(actionContext); - const isTarget = isActionPr(actionContext) || isNotCreatePR(actionContext) || await isTargetBranch(getPrHeadRef(actionContext), octokit, actionContext); + const isTarget = isActionPr(actionContext) || await isTargetBranch(getPrHeadRef(actionContext), octokit, actionContext); let target = ''; if (isTarget) { target = await getPrBranchName(helper, octokit, actionContext, true); From 94f486c2bd9cc6f7c5a06d9bb7a6068526a4ed24 Mon Sep 17 00:00:00 2001 From: Technote Date: Fri, 20 Nov 2020 01:55:32 +0900 Subject: [PATCH 2/2] feat: update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c4ecf5..9935ccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/github-action-pr-helper", - "version": "1.11.3", + "version": "1.11.4", "description": "PullRequest Helper for GitHub Actions.", "keywords": [ "github",