Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ policy:
approval:
- or:
- "cherry-pick auto-approval"
- "standard human review"

approval_rules:
- name: "cherry-pick auto-approval"
Expand All @@ -23,10 +22,3 @@ approval_rules:
total: "< 200"
requires:
count: 0

- name: "standard human review"
description: "Default team-based review for all other PRs"
requires:
count: 1
teams:
- "MetaMask/release-team"