Skip to content

Commit cf95652

Browse files
committed
Do not merge PRs from branches other than uci/*
1 parent c4dfbda commit cf95652

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/merge-prs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
let q = process.env.QUERY
5656
if (process.env.BRANCH) {
5757
q += ` head:${process.env.BRANCH}`
58+
} else {
59+
q += ` head:uci/`
5860
}
5961
6062
core.info(`Looking for PRs matching the query: ${q}`)

0 commit comments

Comments
 (0)