Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit ecac4fd

Browse files
Benjamin E. CoeJustinBeckwith
andauthored
meta: exclude custom CODEOWNERS (#32)
Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
1 parent ece86ef commit ecac4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
common_templates = gcp.CommonTemplates()
3737
templates = common_templates.node_library(
3838
source_location='build/src', versions=['v1beta1'])
39-
s.copy(templates, excludes=[])
39+
s.copy(templates, excludes=[".github/CODEOWNERS"])
4040

4141
node.postprocess_gapic_library()
4242

0 commit comments

Comments
 (0)