mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-21 10:08:07 +00:00
Update changelog-pr.yml
This commit is contained in:
parent
03c915241f
commit
92a5f77a5d
4
.github/workflows/changelog-pr.yml
vendored
4
.github/workflows/changelog-pr.yml
vendored
@ -133,7 +133,7 @@ jobs:
|
|||||||
console.error(`Error fetching related issues: ${error}`);
|
console.error(`Error fetching related issues: ${error}`);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
prNote = `- ${pr.title} ([#${pr.number}](${pr.html_url}))`; // ❗ `const` entfernt, da `prNote` schon oben existiert
|
prNote = `- ${pr.title} ([#${pr.number}](${pr.html_url}))`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const updateScriptsCategory = categorizedPRs.find(category =>
|
const updateScriptsCategory = categorizedPRs.find(category =>
|
||||||
@ -151,7 +151,7 @@ jobs:
|
|||||||
updateScriptsCategory.notes.push(prNote);
|
updateScriptsCategory.notes.push(prNote);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
- name: Update CHANGELOG.md
|
- name: Update CHANGELOG.md
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user