We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1355f5 commit 0f96976Copy full SHA for 0f96976
CODEOWNERS
@@ -0,0 +1 @@
1
+@navapbc/platform-frontend
template-only-bin/install-template.sh
@@ -26,3 +26,4 @@ rm .github/workflows/template-only-*
26
rm -rf .github/ISSUE_TEMPLATE
27
rm -rf docs/decisions/template
28
rm docs/decisions/template.md
29
+rm CODEOWNERS
template-only-bin/update-template.sh
@@ -38,7 +38,8 @@ echo "Applying patch"
38
EXCLUDE_OPT="--exclude=.github/workflows/template-only-* \
39
--exclude=.github/ISSUE_TEMPLATE \
40
--exclude=docs/decisions/template.md \
41
- --exclude=docs/decisions/template"
+ --exclude=docs/decisions/template" \
42
+ --exclude=CODEOWNERS
43
git apply $EXCLUDE_OPT --allow-empty template-application-nextjs/patch
44
45
echo "Saving new template version to .template-application-nextjs"
0 commit comments