-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathCODEOWNERS
More file actions
23 lines (18 loc) · 910 Bytes
/
CODEOWNERS
File metadata and controls
23 lines (18 loc) · 910 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 File Template
#
# This file defines code ownership for this repository.
# Code owners are automatically requested for review when someone opens a pull request.
#
# 📖 Learn more: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# =============================================================================
# GLOBAL OWNERS
# =============================================================================
# These owners will be requested for review on ALL pull requests
* @mskrzypkows @mikhailUshakoff
# =============================================================================
# PATH-BASED OWNERSHIP
# =============================================================================
# Documentation
docs/ @linoscope @smartprogrammer93
# Workflows
.github/workflows/*docker*.yml @nmjustinchan @derrix060