rust-lang / team

Rust teams structure
Apache License 2.0
306 stars 281 forks source link

Document `rfcbot.exclude-members` #1419

Closed WaffleLapkin closed 3 months ago

WaffleLapkin commented 3 months ago

This option was added by https://github.com/rust-lang/team/pull/52.

Implementation: https://github.com/rust-lang/team/blob/a79816e300a1cdb551e7d081d2125b61077a580c/src/static_api.rs#L341 Test use (currently the only use): https://github.com/rust-lang/team/blob/a79816e300a1cdb551e7d081d2125b61077a580c/tests/static-api/teams/foo.toml#L18 Validation: https://github.com/rust-lang/team/blob/a79816e300a1cdb551e7d081d2125b61077a580c/src/validate.rs#L507-L508