From b245d40a6dc8537a890181b10c49f26a884fae4a Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 24 Mar 2025 15:21:30 +0100 Subject: [PATCH] Workflow Update --- .github/workflows/changelog-pr.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changelog-pr.yaml b/.github/workflows/changelog-pr.yaml index 29bd462..973d26d 100644 --- a/.github/workflows/changelog-pr.yaml +++ b/.github/workflows/changelog-pr.yaml @@ -107,7 +107,6 @@ jobs: for (const pr of filteredPRs) { const prLabels = pr.labels.map(label => label.name.toLowerCase()); - if (pr.user.login.includes("push-app-to-main[bot]")) { console.log("Bot detected"); const scriptName = pr.title; @@ -116,8 +115,8 @@ jobs: owner: context.repo.owner, repo: "ProxmoxVED", state: "all", - labels: ["Started Migration To ProxmoxVE"], - per_page: 5 + labels: ["Started Migration To ProxmoxVE"] + }); console.log("Related issues", relatedIssues); const matchingIssue = relatedIssues.find(issue =>