Open clarfonthey opened 1 month ago
having a metadata-check job would be a little useful to help the developer be in the right mindset while looking at what went wrong, and a quick green checkmark is a bit better than "see if it stays orange for a while"
Example comment: https://github.com/bevyengine/bevy/pull/15344#issuecomment-2369401470
As of commit: 0ebd7fcdf4545c05dd6c1f0c4b6cf057d1f5f1a7
Example Cargo breakage:
Output of breakage:
This particular breakage was just a silly mistake of mine, thinking something was broken when it wasn't. But in general, the result is the same: if cargo breaks in general, it can fall back to displaying a comment to do some other random unrelated action.
A few recommendations:
cargo metadata --format-version 1
seems to be an option here, but you probably want--all-features
as well just to verify that nothing is broken? Probably?