Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit a1e4a3f

Browse files
author
Benjamin E. Coe
authored
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits (#770)
1 parent 3ce902d commit a1e4a3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

synth.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
import logging
1818

1919
logging.basicConfig(level=logging.DEBUG)
20+
21+
AUTOSYNTH_MULTIPLE_COMMITS = True
22+
2023
common_templates = gcp.CommonTemplates()
2124
templates = common_templates.node_library()
2225
s.copy(templates, excludes=["LICENSE", "README.md"])

0 commit comments

Comments
 (0)