We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dfbda commit cf95652Copy full SHA for cf95652
1 file changed
.github/workflows/merge-prs.yml
@@ -55,6 +55,8 @@ jobs:
55
let q = process.env.QUERY
56
if (process.env.BRANCH) {
57
q += ` head:${process.env.BRANCH}`
58
+ } else {
59
+ q += ` head:uci/`
60
}
61
62
core.info(`Looking for PRs matching the query: ${q}`)
0 commit comments