Workflow Update
This commit is contained in:
parent
e470779132
commit
b245d40a6d
5
.github/workflows/changelog-pr.yaml
vendored
5
.github/workflows/changelog-pr.yaml
vendored
@ -107,7 +107,6 @@ jobs:
|
|||||||
|
|
||||||
for (const pr of filteredPRs) {
|
for (const pr of filteredPRs) {
|
||||||
const prLabels = pr.labels.map(label => label.name.toLowerCase());
|
const prLabels = pr.labels.map(label => label.name.toLowerCase());
|
||||||
|
|
||||||
if (pr.user.login.includes("push-app-to-main[bot]")) {
|
if (pr.user.login.includes("push-app-to-main[bot]")) {
|
||||||
console.log("Bot detected");
|
console.log("Bot detected");
|
||||||
const scriptName = pr.title;
|
const scriptName = pr.title;
|
||||||
@ -116,8 +115,8 @@ jobs:
|
|||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: "ProxmoxVED",
|
repo: "ProxmoxVED",
|
||||||
state: "all",
|
state: "all",
|
||||||
labels: ["Started Migration To ProxmoxVE"],
|
labels: ["Started Migration To ProxmoxVE"]
|
||||||
per_page: 5
|
|
||||||
});
|
});
|
||||||
console.log("Related issues", relatedIssues);
|
console.log("Related issues", relatedIssues);
|
||||||
const matchingIssue = relatedIssues.find(issue =>
|
const matchingIssue = relatedIssues.find(issue =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user