navapbc / template-infra

A template to set up foundational infrastructure for your application in AWS
Apache License 2.0
9 stars 2 forks source link

Add CODEOWNERS #612

Closed lorenyu closed 1 month ago

lorenyu commented 1 month ago

@sawyerh i saw that in your PR and didn't look too closely then but when making this PR i realize that i don't think the install script ever copies this file over in the first place so there's no need to remove it

the install script copies over the following top level folders / files

  .github \
  bin \
  docs \
  infra \
  Makefile \
  .dockleconfig \
  .grype.yml \
  .hadolint.yaml \
  .trivyignore \

so i think we can actually remove it from the install/update script in the nextjs repo