mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
dc38f67119
commit
2bc7a9828f
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ jobs:
|
||||||
const issuesToCreate = [];
|
const issuesToCreate = [];
|
||||||
|
|
||||||
for (const set of setsData) {
|
for (const set of setsData) {
|
||||||
|
if (!set || !set[0] || !set[1]) continue;
|
||||||
let foundIssue = undefined;
|
let foundIssue = undefined;
|
||||||
issues.every(issue => {
|
issues.every(issue => {
|
||||||
if(issue && issue.title && issue.title.startsWith(set[1])) {
|
if(issue && issue.title && issue.title.startsWith(set[1])) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue