- introduce capability of the action running 2 split

- first collect all pull requests and export to environment
  - second take exported data and continue generation of changelogs (makes it cheaper, by only collecting PRs once)
This commit is contained in:
Mike Penz
2023-05-26 13:41:59 +00:00
committed by GitHub
parent 66470e5f14
commit 0a80bc9a3b
12 changed files with 515 additions and 240 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ export class Commits {
mergeCommitSha: commit.sha,
author: commit.author || '',
repoName: '',
labels: new Set(),
labels: [],
milestone: '',
body: commit.message || '',
assignees: [],