From 9872de3b683a91fd1c9e9aecb8a1825ef0dcc869 Mon Sep 17 00:00:00 2001 From: Thiago Nunes Date: Tue, 17 Nov 2020 09:44:36 +1100 Subject: [PATCH] fix: does not generate codeowners 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', ])