We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf6cca commit b9596a6Copy full SHA for b9596a6
1 file changed
tests/series/ai-review/test.py
@@ -16,6 +16,9 @@ def test_series(tree, thing, result_dir) -> Tuple[int, str]:
16
# Read in the config, cache it between executions
17
global LOCAL_CONF, LOCAL_CONF_MTIME
18
19
+ if len(thing.patches) > 24:
20
+ return 250, "Series too long, not submitting"
21
+
22
config_path = os.path.join(LOCAL_DIR, "config.json")
23
if not os.path.exists(config_path):
24
return 250, "Config file not found"
0 commit comments