Merge branch 'dev/pr_automation_5' into dev/test_pr_automation_5

This commit is contained in:
2026-09-14 14:33:40 +02:00
+2
View File
@@ -130,6 +130,8 @@ jobs:
const releaseNotes = findReleaseNotesSection(pr.body || '');
const hasNoReleaseNoteLabel = labelNames.includes('No release note');
core.setInfo(`Release notes section found: ${!!releaseNotes}`);
if (releaseNotes) {
if (hasNoReleaseNoteLabel) {
core.setFailed(