on starting to collect this repo, i see:
2026-03-04 21:26:08 d0c4fff081f1 collect_events[283] WARNING chaoss/augur - Bulk Github Event task: Could not find related pr. We were searching for: https://api.github.com/repos/chaoss/augur/pulls/3383
2026-03-04 21:26:08 d0c4fff081f1 collect_events[283] WARNING chaoss/augur - Bulk Github Event task: Could not find related pr. We were searching for: https://api.github.com/repos/chaoss/augur/pulls/3376
2026-03-04 21:26:08 d0c4fff081f1 collect_events[283] WARNING chaoss/augur - Bulk Github Event task: Could not find related pr. We were searching for: https://api.github.com/repos/chaoss/augur/pulls/3376
2026-03-04 21:26:08 d0c4fff081f1 collect_events[283] WARNING chaoss/augur - Bulk Github Event task: Could not find related pr. We were searching for: https://api.github.com/repos/chaoss/augur/pulls/3383
2026-03-04 21:26:08 d0c4fff081f1 collect_events[283] WARNING chaoss/augur - Bulk Github Event task: Could not find related pr. We were searching for: https://api.github.com/repos/chaoss/augur/pulls/3382
2026-03-04 21:26:08 d0c4fff081f1 collect_events[283] WARNING chaoss/augur - Bulk Github Event task: Could not find related pr. We were searching for: https://api.github.com/repos/chaoss/augur/pulls/3382
2026-03-04 21:26:08 d0c4fff081f1 collect_events[283] WARNING chaoss/augur - Bulk Github Event task: Could not find related pr. We were searching for: https://api.github.com/repos/chaoss/augur/pulls/3381
spot checking one suggests that it is enumerating all PR numbers when in fact github uses the same numerical namespace for issues and PRs, so numbers assigned to issues cant be assigned to a PR, and thus fail.
This is minor but would be maybe a good cleanup issue for a challenging first issue