Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 12 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
12 changes: 4 additions & 8 deletions .github/pr-custom-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ rules:
check_type: changed_files
Comment thread
TriplEight marked this conversation as resolved.
Outdated
min_approvals: 2
teams:
- substrateteamleads
- polkadotleads
Comment thread
TriplEight marked this conversation as resolved.
Outdated

- name: Substrate developers
check_type: changed_files
condition: .*
any:
- min_approvals: 2
teams:
- core-devs
- min_approvals: 1
teams:
- substrateteamleads
min_approvals: 2
teams:
- core-devs
27 changes: 27 additions & 0 deletions .github/workflows/pr-custom-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Check reviews

on:
pull_request:
branches:
- master
- main
types:
- opened
- reopened
- synchronize
- review_requested
- review_request_removed
pull_request_review:

jobs:
pr-custom-review:
runs-on: ubuntu-latest
steps:
- name: pr-custom-review
uses: paritytech/pr-custom-review@v1
Comment thread
sergejparity marked this conversation as resolved.
Outdated
with:
token: ${{ secrets.PRCR_TOKEN }}
Comment thread
sergejparity marked this conversation as resolved.
# 🔒 PROTECTED: Changes to locks-review-team should be approved by the current locks-review-team
locks-review-team: locks-review
team-leads-team: polkadotleads
Comment thread
joao-paulo-parity marked this conversation as resolved.
Outdated
action-review-team: ci
Comment thread
sergejparity marked this conversation as resolved.
Outdated