rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.64k stars 380 forks source link

Use a better merge-queue success check. #975

Closed ehuss closed 11 months ago

ehuss commented 11 months ago

This switches the success/fail merge queue check to use a better check. This requires only a single job, should work better, and also supports skipped jobs. This was copied from https://github.com/orgs/community/discussions/46757#discussioncomment-5831752.