Skip to content

Commit

Permalink
Add pr-custom-review config (paritytech#10968)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity authored and grishasobol committed Mar 28, 2022
1 parent 8662c78 commit df357ba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/pr-custom-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
rules:
- name: Changed runtime files
condition: .*/runtime/.*lib.rs
check_type: changed_files
min_approvals: 2
teams:
- substrateteamleads

- name: Substrate developers
check_type: changed_files
condition: .*
any:
- min_approvals: 2
teams:
- core-devs
- min_approvals: 1
teams:
- substrateteamleads

0 comments on commit df357ba

Please sign in to comment.