-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
24 lines (19 loc) · 678 Bytes
/
CODEOWNERS
File metadata and controls
24 lines (19 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Code Owners for Evolution API on Dokku
#
# These owners will be automatically requested for review when someone
# opens a pull request that modifies files in the specified paths.
#
# More info: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Global owners - will be requested for review on all PRs
* @carrilloapps
# Documentation
/docs/ @carrilloapps
*.md @carrilloapps
# Docker and Deployment Configuration
Dockerfile @carrilloapps
app.json @carrilloapps
*.dockerfile @carrilloapps
# GitHub Configuration
/.github/ @carrilloapps
# CI/CD Workflows
/.github/workflows/ @carrilloapps