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 3 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
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:
Comment thread
sergejparity marked this conversation as resolved.
Comment thread
sergejparity marked this conversation as resolved.
- name: Changed runtime files
condition: .*/runtime/.*lib.rs
check_type: changed_files
Comment thread
TriplEight marked this conversation as resolved.
Outdated
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
Comment thread
sergejparity marked this conversation as resolved.
Outdated
26 changes: 26 additions & 0 deletions .github/workflows/pr-custom-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Check reviews

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

jobs:
build:
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.
locks-review-team: non-parity-devs
Comment thread
sergejparity marked this conversation as resolved.
Outdated
team-leads-team: substrateteamleads
action-review-team: ci