Skip to content
Merged
Changes from all 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: 16 additions & 2 deletions .github/files/required-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
teams:
# Unfortunately this list need to be maintaned manually...
# yamato-backup-and-security is the group that consists of both yamato-scan and yamato-backup teams.
- jetpack-approvers
- yamato-backup-and-security
- avengers
- heart-of-gold
- jetpack-approvers
- jetpack-reach
- red
- yamato-backup-and-security

# Jetpack Approvers review the Jetpack plugin and all packages, except for those with specific team ownership.
- name: Jetpack and packages
Expand All @@ -41,6 +42,19 @@
teams:
- jetpack-approvers


# The Scan team reviews changes to the protect plugin, the WAF package, etc,
# and can add dependencies to the monorepo's lock file.
- name: CRM
paths:
- 'projects/plugins/crm/**'
- '!projects/plugins/*/composer.lock'
- '!projects/plugins/*/composer.json'
- '!projects/plugins/*/changelog/*'
teams:
- avengers
- jetpack-approvers

# The Backup team reviews changes to the VaultPress and Backup plugin,
# and can add dependencies to the monorepo's lock file.
- name: VaultPress & Backup
Expand Down