Skip to content

Commit

Permalink
Add a little more logging to show the user where we're up to
Browse files Browse the repository at this point in the history
  • Loading branch information
ghickman committed Nov 27, 2023
1 parent aad1469 commit b23b637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics/github/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def github(ctx, token):
"opensafely-core",
]
for org in orgs:
log.info("Working with org: %s", org)
prs = list(api.iter_prs(org))
log.info("Backfilling with %s PRs for %s", len(prs), org)

Expand Down

0 comments on commit b23b637

Please sign in to comment.