|
1 | | -# This is a GitHub CODEOWNERS file, not a Dockerfile |
2 | | -# GitHub CODEOWNERSファイルです(Dockerfileではありません) |
3 | | -# Global code owners |
4 | | -# すべてのファイルのデフォルトオーナー |
5 | | -* @hackdays-io/frontend-team |
| 1 | +* @yosukemiyata |
| 2 | +/src/ @yosukemiyata |
| 3 | +/public/ @yosukemiyata |
| 4 | +# # This is a GitHub CODEOWNERS file, not a Dockerfile |
| 5 | +# # GitHub CODEOWNERSファイルです(Dockerfileではありません) |
| 6 | +# # Global code owners |
| 7 | +# # すべてのファイルのデフォルトオーナー |
| 8 | +# * @hackdays-io/frontend-team |
6 | 9 |
|
7 | | -# Frontend specific areas |
8 | | -/src/components/ @hackdays-io/frontend-team |
9 | | -/src/pages/ @hackdays-io/frontend-team |
10 | | -/src/themes/ @hackdays-io/frontend-team |
| 10 | +# # Frontend specific areas |
| 11 | +# /src/components/ @hackdays-io/frontend-team |
| 12 | +# /src/pages/ @hackdays-io/frontend-team |
| 13 | +# /src/themes/ @hackdays-io/frontend-team |
11 | 14 |
|
12 | | -# Configuration files |
13 | | -package.json @hackdays-io/devops-team |
14 | | -yarn.lock @hackdays-io/devops-team |
15 | | -tsconfig.json @hackdays-io/frontend-team |
16 | | -next.config.ts @hackdays-io/frontend-team |
17 | | -biome.json @hackdays-io/frontend-team |
| 15 | +# # Configuration files |
| 16 | +# package.json @hackdays-io/devops-team |
| 17 | +# yarn.lock @hackdays-io/devops-team |
| 18 | +# tsconfig.json @hackdays-io/frontend-team |
| 19 | +# next.config.ts @hackdays-io/frontend-team |
| 20 | +# biome.json @hackdays-io/frontend-team |
18 | 21 |
|
19 | | -# GitHub workflows and templates |
20 | | -/.github/ @hackdays-io/devops-team |
| 22 | +# # GitHub workflows and templates |
| 23 | +# /.github/ @hackdays-io/devops-team |
21 | 24 |
|
22 | | -# Documentation |
23 | | -README.md @hackdays-io/frontend-team |
24 | | -*.md @hackdays-io/frontend-team |
| 25 | +# # Documentation |
| 26 | +# README.md @hackdays-io/frontend-team |
| 27 | +# *.md @hackdays-io/frontend-team |
0 commit comments