forked from AnalogJ/scrutiny
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathCODEOWNERS
More file actions
23 lines (17 loc) · 527 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
23 lines (17 loc) · 527 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# CODEOWNERS - Defines code ownership for automatic PR review requests
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owner for everything in the repo
* @Starosdev
# Frontend (Angular)
/webapp/frontend/ @Starosdev
# Backend (Go)
/webapp/backend/ @Starosdev
# Collector
/collector/ @Starosdev
# Docker and CI/CD
/docker/ @Starosdev
/.github/ @Starosdev
Makefile @Starosdev
# Documentation
*.md @Starosdev
/docs/ @Starosdev