chore(feature) Experimental: Smart Approvals (#10211)

## Summary
Let's start getting feedback on this feature 😅 

## Testing
- [x] existing tests pass
This commit is contained in:
Dylan Hurd
2026-01-30 10:41:37 -07:00
committed by GitHub
parent dfafc546ab
commit 23db79fae2

View File

@@ -464,7 +464,11 @@ pub const FEATURES: &[FeatureSpec] = &[
FeatureSpec {
id: Feature::RequestRule,
key: "request_rule",
stage: Stage::UnderDevelopment,
stage: Stage::Experimental {
name: "Smart approvals",
menu_description: "Get smarter \"Don't ask again\" rule requests.",
announcement: "NEW: Try Smart approvals to get smarter \"Don't ask again\" requests. Enable in /experimental!",
},
default_enabled: false,
},
FeatureSpec {