Skip to content

Commit

Permalink
Review: Remove audit rules (#3010)
Browse files Browse the repository at this point in the history
Srlabs review is most of the times just blocking the merge, especially
when the changes do not require any audit. This pr removes the
requirement of srlabs to approve these prs.
  • Loading branch information
bkchr authored Jan 22, 2024
1 parent 757ae37 commit e2caa81
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/review-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,6 @@ rules:
teams:
- core-devs

- name: Audit rules
type: basic
condition:
include:
- ^polkadot/runtime/common/.*
- ^polkadot/primitives/src\/.+\.rs$
- ^substrate/primitives/.*
- ^substrate/frame/.*
exclude:
- ^substrate\/frame\/.+\.md$
minApprovals: 1
allowedToSkipRule:
teams:
- core-devs
teams:
- srlabs

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

0 comments on commit e2caa81

Please sign in to comment.