-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
E-easyThis issue should be relatively easy to completeThis issue should be relatively easy to completedesign readyhelp wantedWe are looking for volunteers to take on this issueWe are looking for volunteers to take on this issue
Description
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
:
rustc-perf/triage/weekly_report.py
Lines 180 to 184 in 6c66c38
pr = res['b']['pr'] | |
start = res['a']['commit'] | |
end = res['b']['commit'] | |
msg = f'[#{pr}]({gh_link(pr)})' |
Metadata
Metadata
Assignees
Labels
E-easyThis issue should be relatively easy to completeThis issue should be relatively easy to completedesign readyhelp wantedWe are looking for volunteers to take on this issueWe are looking for volunteers to take on this issue