mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Workflow Update
This commit is contained in:
1
.github/workflows/changelog-pr.yaml
vendored
1
.github/workflows/changelog-pr.yaml
vendored
@@ -119,6 +119,7 @@ jobs:
|
|||||||
labels: ["Started Migration To ProxmoxVE"],
|
labels: ["Started Migration To ProxmoxVE"],
|
||||||
per_page: 5
|
per_page: 5
|
||||||
});
|
});
|
||||||
|
console.log("Related issues", relatedIssues);
|
||||||
const matchingIssue = relatedIssues.find(issue =>
|
const matchingIssue = relatedIssues.find(issue =>
|
||||||
issue.title.toLowerCase().includes(scriptName.toLowerCase())
|
issue.title.toLowerCase().includes(scriptName.toLowerCase())
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user