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