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

Commit

Permalink
Merge remote-tracking branch 'origin/master' into bkchr-storage-alias…
Browse files Browse the repository at this point in the history
…-proc-macro
  • Loading branch information
bkchr committed May 16, 2022
2 parents 38bcf16 + fe9ea15 commit 21751e7
Show file tree
Hide file tree
Showing 309 changed files with 7,517 additions and 7,469 deletions.
13 changes: 12 additions & 1 deletion .github/pr-custom-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,22 @@ action-review-team: ci
rules:
- name: Core developers
check_type: changed_files
condition: .*
condition:
include: .*
# excluding files from 'CI team' rules
exclude: ^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
min_approvals: 2
teams:
- core-devs

- name: CI team
check_type: changed_files
condition:
include: ^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
min_approvals: 2
teams:
- ci

prevent-review-request:
teams:
- core-devs
Loading

0 comments on commit 21751e7

Please sign in to comment.