From b3f480fe4276ff804733b5030ccf5b556a1c7e1b Mon Sep 17 00:00:00 2001 From: Jeffrey Rennie Date: Wed, 13 May 2020 10:46:31 -0700 Subject: [PATCH] chore: enable context-aware commits (#133) --- synth.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/synth.py b/synth.py index 2ca8c4287..0b3fff8e5 100644 --- a/synth.py +++ b/synth.py @@ -19,6 +19,9 @@ import synthtool as s from synthtool import gcp +AUTOSYNTH_MULTIPLE_PRS = True +AUTOSYNTH_MULTIPLE_COMMITS = True + common = gcp.CommonTemplates() # ----------------------------------------------------------------------------