nrf-rs / microbit

A Rust crate for BBC micro:bit development
BSD Zero Clause License
276 stars 61 forks source link

Some kind of CI check for targeting the `staging` branch #107

Open jamesmunns opened 1 year ago

jamesmunns commented 1 year ago

So, I recently stepped on multiple rakes by not noticing PRs were targeting staging (a bors branch) and not main.

Is there any way we could make this a CI check, so we get a red X or something for the PRs, but also don't interfere with bors?

Sorry again for the noise, hoping to save the next person the same embarrassment.

therealprof commented 1 year ago

Hm, not sure from the top of my head. Maybe someone has an idea?