We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e247d30 commit 5679ec2Copy full SHA for 5679ec2
1 file changed
scripts/action/close_pull_request.js
@@ -12,7 +12,6 @@ module.exports = async ({ github, context }) => {
12
}
13
const pullsListParams = {
14
head: process.env.ORG_NAME + ':' + headName,
15
- base: HEAD_REF,
16
state: 'open',
17
...commonParams
18
0 commit comments