filter workflow entries by pr base branch
This commit is contained in:
parent
7df903c714
commit
600400cfda
@ -225,6 +225,7 @@ export default class API {
|
||||
params: {
|
||||
head: branchName,
|
||||
state: 'open',
|
||||
base: this.branch,
|
||||
},
|
||||
})
|
||||
.then(prs => prs.some(pr => pr.head.ref === branchName));
|
||||
|
Loading…
x
Reference in New Issue
Block a user