-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathCODEOWNERS
More file actions
22 lines (18 loc) · 858 Bytes
/
CODEOWNERS
File metadata and controls
22 lines (18 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Code Owners
# This file defines who owns different parts of the codebase
# When a pull request is opened, the owners are automatically requested for review
#
# Each line is a file pattern followed by one or more owners
# Owners are defined by their GitHub username or email
#
# For more information, see: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Global owners - all files
* @AtharvaBondreScoutflo @Vedant-Vyawahare
# AWS Playbooks
/AWS Playbooks/ @AtharvaBondreScoutflo @Vedant-Vyawahare
# Kubernetes Playbooks
/K8s Playbooks/ @AtharvaBondreScoutflo @Vedant-Vyawahare
# Documentation files
/README.md @AtharvaBondreScoutflo @Vedant-Vyawahare
/CONTRIBUTING.md @AtharvaBondreScoutflo @Vedant-Vyawahare
/MAINTAINERS.md @AtharvaBondreScoutflo @Vedant-Vyawahare