mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-24 17:04:32 +00:00
Daniel Jiang recently joined the Velero team within VMware and will be taking on a technical leadership role. He has been contributing to the project through community engagement including issue triage and community support, and is taking on more significant feature development within Velero such as the design and development of the `velero debug` feature. Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>
39 lines
614 B
YAML
39 lines
614 B
YAML
---
|
|
# This assigns a PR to its author
|
|
addAssignees: author
|
|
|
|
reviewers:
|
|
# The default reviewers
|
|
defaults:
|
|
- maintainers
|
|
|
|
groups:
|
|
maintainers:
|
|
- zubron
|
|
- dsu-igeek
|
|
- jenting
|
|
- sseago
|
|
- reasonerjt
|
|
|
|
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
|