Skip to content

Commit

Permalink
Continue preparing provider docs even if changelog is empty for any p…
Browse files Browse the repository at this point in the history
…rovider
  • Loading branch information
amoghrajesh committed Nov 20, 2024
1 parent 647ee09 commit b2678c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2195,7 +2195,7 @@ class ProviderPRInfo(NamedTuple):
f"[warning]Skipping provider {provider_id}. "
"The changelog file doesn't contain any PRs for the release.\n"
)
return
continue
provider_prs[provider_id] = [pr for pr in prs if pr not in excluded_prs]
all_prs.update(provider_prs[provider_id])
g = Github(github_token)
Expand Down

0 comments on commit b2678c1

Please sign in to comment.