Skip to content

Commit

Permalink
better report
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed Aug 2, 2024
1 parent e453c37 commit 0bf5e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monthly_summary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ if [ -z "${only_gh}" ]
then
printf $'* All PRs are accounted for!\n'
else
printf $'* PRs not corresponding to a commit (merged in %s, closed in %s?)\n%s\n' "${prev_mth}" "${mth}" "${only_gh}"
printf $'* PRs not corresponding to a commit (CI started in %s and ended in %s?)\n%s\n' "${prev_mth}" "${mth}" "${only_gh}"
fi

if [ -z "${only_git}" ]
then
printf $'\n* All commits are accounted for!\n'
else
printf $'\n* PRs not found by `gh` (merged in %s, closed in %s?)\n%s\n' "${mth}" "${next_mth}" "${only_git}"
printf $'\n* PRs not found by `gh` (CI started in %s and ended in %s?)\n%s\n' "${mth}" "${next_mth}" "${only_git}"
fi

printf -- $'---\n'
Expand Down

0 comments on commit 0bf5e48

Please sign in to comment.