We converted branch protections to rulesets (see #2356).
However V1 API still uses the term branch protection. See:
|
pub branch_protections: Vec<BranchProtection>, |
Rename this field to rulesets, controlling the deployment of all clients that depend on this field (for sure triagebot).
We converted branch protections to rulesets (see #2356).
However V1 API still uses the term branch protection. See:
team/rust_team_data/src/v1.rs
Line 178 in 783fa09
Rename this field to
rulesets, controlling the deployment of all clients that depend on this field (for sure triagebot).