-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathCODEOWNERS
More file actions
22 lines (17 loc) · 958 Bytes
/
CODEOWNERS
File metadata and controls
22 lines (17 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# GovTool Project Codeowners
# These owners will be the default owners for everything in the repository.
* @Ryun1 @aaboyle878
# Frontend assets templates
govtool/frontend/*
*.tsx
*.ts
*.css
# Backend
govtool/backend/*
# DevOps
.github/workflows/*
config/govtool/*
infra/terraform/*
# Testing
tests/*
gov-action-loader/*