rust-lang / git2-rs

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

Prepare CI workflows to support merge queues. #971

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

This sets up the workflows to support GitHub merge queues. The primary motivation is to ensure that tests are done against the latest HEAD, which is an issue here because unfortunately PRs tend to be a little old. This will require followup from the infrastructure team to complete.