mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:00:43 +00:00
test(release): repair release validation checks
This commit is contained in:
@@ -161,6 +161,17 @@ if (mode === "setup-entry-channels") {
|
||||
config.plugins = {
|
||||
...config.plugins,
|
||||
enabled: true,
|
||||
entries: {
|
||||
...config.plugins?.entries,
|
||||
feishu: {
|
||||
...config.plugins?.entries?.feishu,
|
||||
enabled: true,
|
||||
},
|
||||
whatsapp: {
|
||||
...config.plugins?.entries?.whatsapp,
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
config.channels = {
|
||||
...config.channels,
|
||||
|
||||
Reference in New Issue
Block a user