Skip to content

Commit

Permalink
Search: allow the Search team to approve changes to the package (#22461)
Browse files Browse the repository at this point in the history
* Search: allow the Search team to approve changes to the package

* Exclude the Search package from main package rule

This will allow the Search team review access.
  • Loading branch information
jeherve authored Jan 26, 2022
1 parent f36173e commit cbaf0d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/files/required-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
paths:
- 'projects/packages/**'
- 'projects/plugins/jetpack/**'
# Exclude packages managed by other teams, which are covered by other blocks below.
- '!projects/packages/search/**'
teams:
- jetpack-approvers

Expand All @@ -44,10 +46,11 @@
- heart-of-gold
- jetpack-approvers

# The Search team reviews changes to the Search plugin
# The Search team reviews changes to the Search plugin, and the Search package.
- name: Search
paths:
- 'projects/plugins/search/**'
- 'projects/packages/search/**'
teams:
- jetpack-search
- jetpack-approvers
Expand Down

0 comments on commit cbaf0d6

Please sign in to comment.