-
Notifications
You must be signed in to change notification settings - Fork 9
/
CODEOWNERS
Validating CODEOWNERS rules...
22 lines (17 loc) · 1.19 KB
/
CODEOWNERS
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 @MSzalowski
# Frontend assets templates
govtool/frontend/* @MSzalowski @Sworzen1 @JanJaroszczak
*.tsx @MSzalowski @Sworzen1 @JanJaroszczak
*.ts @MSzalowski @Sworzen1 @JanJaroszczak
*.css @MSzalowski @Sworzen1 @JanJaroszczak
# Backend
govtool/backend/* @MSzalowski @jankun4
# DevOps
.github/workflows/* @placek @adgud
config/govtool/* @placek @adgud
infra/terraform/* @placek @adgud
# Testing
tests/* @IntersectMBO/govtool-test
gov-action-loader/* @IntersectMBO/govtool-test