mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
704d301b43
Add job summary links to post-merge report This should make it much easier to investigate the individual job test/duration changes. The GitHub API handling is a bit crude, but I didn't want to include octocrab, because it more than doubles the current number of dependencies of `citool`... Can be tested with: ```bash $ cargo run --manifest-path src/ci/citool/Cargo.toml post-merge-reportbad13a970a1e008dd5d8``` r? ```@marcoieni```