Skip to content

Feat: multi-owner repos in report.py (carry owner through data model) #37

Description

@rubambiza

Companion to the RepoMan epic rossoctl/automation#72. Implemented as part of Phase 1 (rossoctl/automation#78); do not start until that phase begins.

Problem

github-weekly-report/scripts/report.py has a normalize_repo_args() step that rejects cross-owner repo arguments and strips the owner, assuming a single global org. RepoMan's per-repo {owner, name} model needs the owner carried through end to end.

Scope

  • Remove the cross-owner rejection in normalize_repo_args().
  • Carry {owner, name} as a pair through the report data model instead of stripping owner, so a report can span repos from multiple owners.

Sequencing

Blocked by Phase 1 (rossoctl/automation#78): the {owner, name} input model in the automation scripts is what feeds this. Ships alongside or just after that phase.

Assisted-By: Claude Code

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions