Skip to content

Commit f880aaf

Browse files
committed
show number of commits
1 parent f25eda3 commit f880aaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

changelog-analysis/get_change_log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def get_changed_files(owner: str, repo: str, base: str, head: str) -> List[str]:
158158
break
159159
page += 1
160160

161+
print(f"Total commits ({base_ref}{head_ref}): {len(commit_shas)}")
161162
all_files: Set[str] = set()
162163
for sha in commit_shas:
163164
response = requests.get(

0 commit comments

Comments
 (0)