rust-lang / highfive

Github hooks to provide an encouraging atmosphere for new contributors
Apache License 2.0
185 stars 128 forks source link

Please detect commits that mark an API as stable and display a warning #312

Open joshtriplett opened 3 years ago

joshtriplett commented 3 years ago

I'd love to have automatic detection of PRs that mark an API as #[stable, displaying a warning to encourage more careful review. This also makes it easier to catch if someone unintentionally made a new API insta-stable rather than unstable.