Skip to content

Commit

Permalink
added custom rule for audit team
Browse files Browse the repository at this point in the history
Added rule which allows the audit team to lock particular important changes when they were created by someone who does not belong to the core-devs team

This resolves paritytech/pr-custom-review#136
  • Loading branch information
Bullrich committed Sep 19, 2023
1 parent 17a8de8 commit 7a33492
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/review-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,24 @@ rules:
- ci
- release-engineering

- name: Audit rules
type: basic
condition:
include:
- ^polkadot/runtime\/(kusama|polkadot|common)\/.*
- ^polkadot/primitives/src\/.+\.rs$
- ^substrate/primitives/.*
- ^substrate/frame/.*
exclude:
- ^polkadot/runtime\/(kusama|polkadot)\/src\/weights\/.+\.rs$
- ^substrate\/frame\/.+\.md$
min_approvals: 2
allowedToSkipRule:
teams:
- core-devs
teams:
- srlabs

- name: Core developers
countAuthor: true
condition:
Expand Down

0 comments on commit 7a33492

Please sign in to comment.