Nurseit Kamchyev
Nurseit Kamchyev
@Kobzol I see this issue is not making any progress, I would like to work on it.
@LimpSquid Thank you!
Some clarification: 1. It should show to 'Pending' status only. 2. CI build data should be generated locally by myself, without using prod/stage databases. 3. On UX side: it can...
Ok. Thank you for guidance and even design.
Hi, @Gustrb! I also was working on it. Here is my version - [block approval commit] (https://github.com/bncer/bors/commit/c2493ad75da19b35636b100696105e0143202707) I included - OctocrabMergeableState::Blocked noticing [here](https://github.com/rust-lang/bors/blob/a007de564eff4e827cca6aac197190e133168186/src/database/mod.rs#L242C1-L244C14)
Yeah, definitely we can work together. As for **MergeableState::Blocked** [octocrab](https://docs.rs/octocrab/latest/octocrab/models/pulls/enum.MergeableState.html) uses enum what was provided from github api. I can only find API doc from [GraphQL API](https://docs.github.com/en/graphql/reference/enums#mergestatestatus). I think it...
@Gustrb I set up local environment by hard coding some required fields. I can help to setup, if you have some issues.