Skip to content

collect_events tries to collect PRs numbers that are assigned to issues #3762

@MoralCode

Description

@MoralCode

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    challenging first issueA first issue that's doable for a newcomer, but might be a bit harder

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions