mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-02-05 19:40:49 +00:00
Shubham Pampattiwar has made several contributions to Velero, most recently in designing and implementing two v1.9 features, including the following: - [Add design for enabling multiple label support](https://github.com/vmware-tanzu/velero/pull/4619) - [Add multiple label selector support to Velero Backup and Restore APIs](https://github.com/vmware-tanzu/velero/pull/4650) - [Add design for enabling support for ExistingResourcePolicy to restore API](https://github.com/vmware-tanzu/velero/pull/4613) - [Add existingResourcePolicy to Restore API](https://github.com/vmware-tanzu/velero/pull/4628) Shubham has also been driving forward the data mover requirements and design discussions for velero 1.10: - [Add datamover design](https://github.com/vmware-tanzu/velero/pull/4768) Signed-off-by: Scott Seago <sseago@redhat.com>
41 lines
670 B
YAML
41 lines
670 B
YAML
---
|
|
# This assigns a PR to its author
|
|
addAssignees: author
|
|
|
|
reviewers:
|
|
# The default reviewers
|
|
defaults:
|
|
- maintainers
|
|
|
|
groups:
|
|
maintainers:
|
|
- dsu-igeek
|
|
- sseago
|
|
- reasonerjt
|
|
- ywk253100
|
|
- blackpiglet
|
|
- qiuming-best
|
|
- shubham-pampattiwar
|
|
|
|
tech-writer:
|
|
- a-mccarthy
|
|
|
|
files:
|
|
'site/**':
|
|
- tech-writer
|
|
'**/*.md':
|
|
- tech-writer
|
|
# Technical design requests are ".md" files but should
|
|
# be reviewed by maintainers
|
|
'/design/**':
|
|
- maintainers
|
|
|
|
options:
|
|
ignore_draft: true
|
|
ignored_keywords:
|
|
- WIP
|
|
- wip
|
|
- DO NOT MERGE
|
|
enable_group_assignment: true
|
|
number_of_reviewers: 2
|