We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdd18d commit cc8bed5Copy full SHA for cc8bed5
src/main.js
@@ -94,6 +94,7 @@ async function push() {
94
}
95
const pulls = await client.pulls.list({
96
base,
97
+ head: `${owner}:${head}`,
98
owner,
99
repo,
100
state: "open",
0 commit comments