Skip to content

Commit 16b8bbf

Browse files
authored
Update changelog-pr.yml
1 parent 209aa22 commit 16b8bbf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/changelog-pr.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
});
8787
8888
if (!pulls || pulls.length === 0) {
89-
console.log("⚠️ No merged PRs found. Generating empty changelog.");
90-
core.setOutput("result", JSON.stringify([]));
89+
console.log("⚠️ Keine gemergten PRs gefunden. Erzeuge leeres Changelog.");
90+
core.setOutput("result", "[]");
9191
return;
9292
}
9393
@@ -139,13 +139,12 @@ jobs:
139139
}
140140
141141
if (addedByTemplate) {
142-
console.log(`PR #${pr.number} categorized via PR template selection.`);
142+
console.log(`PR #${pr.number} wurde durch PR-Template-Kategorie hinzugefügt.`);
143143
}
144144
});
145145
146146
core.setOutput("result", JSON.stringify(categorizedPRs.length ? categorizedPRs : []));
147-
148-
147+
149148
- name: Update CHANGELOG.md
150149
uses: actions/github-script@v7
151150
with:

0 commit comments

Comments
 (0)