mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:00:42 +00:00
ci: split auto-reply session shard
This commit is contained in:
@@ -40,6 +40,7 @@ function createAutoReplyReplySplitShards() {
|
||||
"auto-reply-reply-agent-runner": [],
|
||||
"auto-reply-reply-commands": [],
|
||||
"auto-reply-reply-dispatch": [],
|
||||
"auto-reply-reply-session": [],
|
||||
"auto-reply-reply-state-routing": [],
|
||||
};
|
||||
|
||||
@@ -62,6 +63,8 @@ function createAutoReplyReplySplitShards() {
|
||||
name.startsWith("get-reply")
|
||||
) {
|
||||
groups["auto-reply-reply-dispatch"].push(file);
|
||||
} else if (name.startsWith("session")) {
|
||||
groups["auto-reply-reply-session"].push(file);
|
||||
} else {
|
||||
groups["auto-reply-reply-state-routing"].push(file);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user