mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-24 21:47:26 +00:00
Workflow Update
This commit is contained in:
13
.github/workflows/changelog-pr.yaml
vendored
13
.github/workflows/changelog-pr.yaml
vendored
@@ -147,21 +147,18 @@ jobs:
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (subCategory) {
|
if (subCategory) {
|
||||||
subCategory.notes.push(prNote);
|
|
||||||
} else {
|
|
||||||
category.notes.push(prNote);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
if(!category.labels.includes("new script")){
|
if(!category.labels.includes("new script")){
|
||||||
|
subCategory.notes.push(prNote);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
category.notes.push(prNote);
|
category.notes.push(prNote);
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
}else if (category.labels.includes("new script")) {
|
|
||||||
if (prLabels.includes("new script")) {
|
|
||||||
category.notes.push(prNote);
|
category.notes.push(prNote);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return categorizedPRs;
|
return categorizedPRs;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user