Skip to content

Commit 0f96976

Browse files
authored
Add codeowners file (#342)
1 parent a1355f5 commit 0f96976

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@navapbc/platform-frontend

template-only-bin/install-template.sh

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ rm .github/workflows/template-only-*
2626
rm -rf .github/ISSUE_TEMPLATE
2727
rm -rf docs/decisions/template
2828
rm docs/decisions/template.md
29+
rm CODEOWNERS

template-only-bin/update-template.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ echo "Applying patch"
3838
EXCLUDE_OPT="--exclude=.github/workflows/template-only-* \
3939
--exclude=.github/ISSUE_TEMPLATE \
4040
--exclude=docs/decisions/template.md \
41-
--exclude=docs/decisions/template"
41+
--exclude=docs/decisions/template" \
42+
--exclude=CODEOWNERS
4243
git apply $EXCLUDE_OPT --allow-empty template-application-nextjs/patch
4344

4445
echo "Saving new template version to .template-application-nextjs"

0 commit comments

Comments
 (0)