From 9e133a972f648ee804f324bbf55163849cb478b8 Mon Sep 17 00:00:00 2001 From: Thiago Nunes Date: Wed, 18 Nov 2020 11:17:02 +1100 Subject: [PATCH] fix: does not generate codeowners (#631) Prevents the re-generation of the github CODEOWNERS file. --- synth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/synth.py b/synth.py index 4dbba62d79..24d6b3074f 100644 --- a/synth.py +++ b/synth.py @@ -88,4 +88,5 @@ 'samples/install-without-bom/pom.xml', 'samples/snapshot/pom.xml', 'samples/snippets/pom.xml', + '.github/CODEOWNERS', ])