chore: Release script fixes
This commit is contained in:
parent
2448b35b62
commit
b20c05ddf7
|
@ -36,7 +36,7 @@ jobs:
|
||||||
per_page: 10
|
per_page: 10
|
||||||
});
|
});
|
||||||
var found = false;
|
var found = false;
|
||||||
prs.forEach(function(pr) {
|
prs.data.forEach(function(pr) {
|
||||||
if (found || pr.user.login != "yoshi-code-bot" || !pr.title.startsWith("Release ")) {
|
if (found || pr.user.login != "yoshi-code-bot" || !pr.title.startsWith("Release ")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue