Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Add pr-custom-review config (#10968)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity authored Mar 3, 2022
1 parent 7a742c6 commit e41027b
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 e41027b

Please sign in to comment.