-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
22 lines (18 loc) · 693 Bytes
/
CODEOWNERS
File metadata and controls
22 lines (18 loc) · 693 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 for slack-github-threads
# This file defines who will be automatically requested for review when changes are made to specific files.
# For more information, see: 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
* @markhallen
# Dependency updates (Dependabot PRs)
Gemfile @markhallen
Gemfile.lock @markhallen
Dockerfile @markhallen
.github/workflows/ @markhallen
# Configuration files
config/ @markhallen
.kamal/ @markhallen
# Documentation
README.md @markhallen
docs/ @markhallen
CONTRIBUTING.md @markhallen
SECURITY.md @markhallen