Skip to content

Commit

Permalink
- Fix review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Nov 26, 2024
1 parent b9cdf4f commit 317e9ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release_notes_generator/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def generate(self) -> Optional[str]:
if rls and ActionInputs.get_published_at():
since = rls.published_at

# get all issues, pulls and commits, and then reduce them by the latest release since time
issues = issues_all = self._safe_call(repo.get_issues)(state=ISSUE_STATE_ALL, since=since)
pulls = pulls_all = self._safe_call(repo.get_pulls)(state="closed")
commits = commits_all = list(self._safe_call(repo.get_commits)())
Expand Down

0 comments on commit 317e9ec

Please sign in to comment.