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:
3
.github/workflows/changelog-pr.yaml
vendored
3
.github/workflows/changelog-pr.yaml
vendored
@@ -112,7 +112,8 @@ jobs:
|
||||
|
||||
console.log("Author: " ,pr.user.login);
|
||||
|
||||
if (pr.user.login.includes("push-app-to-main[bot]")) {
|
||||
if (pr.user.login === "push-app-to-main[bot]") {
|
||||
console.log("Bot detected");
|
||||
const scriptName = pr.title;
|
||||
try {
|
||||
const { data: relatedIssues } = await github.rest.issues.listForRepo({
|
||||
|
||||
Reference in New Issue
Block a user