technote-space/github-action-pr-helper

重複除去のためのbranch name算出時のcontextがそれぞれのプルリクのものになっていない

Closed this issue · 0 comments

const target        = context.actionDetail.prBranchName ? await getPrBranchName(helper, octokit, context) : actionContext.actionContext.payload.number;