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() # ----------------------------------------------------------------------------