Skip to content

TRIAGE: Fetch PR titles when generating the weekly report #767

Closed
@ecstatic-morse

Description

@ecstatic-morse

We already have the PR number from rustc-perf, so all you need to do is call out to the GitHub API at the appropriate part of the triage report generator. It should be added after the first part of msg:

pr = res['b']['pr']
start = res['a']['commit']
end = res['b']['commit']
msg = f'[#{pr}]({gh_link(pr)})'

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyThis issue should be relatively easy to completedesign readyhelp wantedWe are looking for volunteers to take on this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions