rust-lang / stdarch

Rust's standard library vendor-specific APIs and run-time feature detection
https://doc.rust-lang.org/stable/core/arch/
Apache License 2.0
601 stars 267 forks source link

CI: add a success conclusion job #1519

Closed Kobzol closed 8 months ago

Kobzol commented 8 months ago

This PR adds a new CI job that only succeeds if all other CI jobs have succeeded. This should make it easier to check if CI was green. After this PR, we can easily gate CI behind the "success" job in team, to avoid having to enumerate all the individual jobs, and to make sure that if new jobs are added in the future, they will be gated without having to modify team.

rustbot commented 8 months ago

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) soon.

Kobzol commented 8 months ago

@bors rollup=never

bors commented 8 months ago

@Kobzol: :key: Insufficient privileges: not in try users

Kobzol commented 8 months ago

Ok, looks like webhooks and communication with bors works.