Skip to content

Commit 5679ec2

Browse files
authored
PRをcloseした際の修正PR取得処理修正 (#1460)
1 parent e247d30 commit 5679ec2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/action/close_pull_request.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = async ({ github, context }) => {
1212
}
1313
const pullsListParams = {
1414
head: process.env.ORG_NAME + ':' + headName,
15-
base: HEAD_REF,
1615
state: 'open',
1716
...commonParams
1817
}

0 commit comments

Comments
 (0)