重複除去のためのbranch name算出時のcontextがそれぞれのプルリクのものになっていない
Closed this issue · 0 comments
technote-space commented
const target = context.actionDetail.prBranchName ? await getPrBranchName(helper, octokit, context) : actionContext.actionContext.payload.number;