File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments