From 9b6ab5446f970ca3b6f819d72fc818658d90e2f4 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:15:48 -0400 Subject: [PATCH] fix: route strategic_review and opportunity_scan replies to live-feed not general --- templates/opportunity_scan.yml | 2 +- templates/strategic_review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/opportunity_scan.yml b/templates/opportunity_scan.yml index 6874853..4903b41 100644 --- a/templates/opportunity_scan.yml +++ b/templates/opportunity_scan.yml @@ -68,7 +68,7 @@ steps: - type: reply target: channel - channel_name: "crimson_leaf:general" + channel_name: "crimson_leaf:live-feed" adjudication: enabled: false diff --git a/templates/strategic_review.yml b/templates/strategic_review.yml index dc36dd3..58a1d2e 100644 --- a/templates/strategic_review.yml +++ b/templates/strategic_review.yml @@ -248,7 +248,7 @@ steps: - type: reply target: channel - channel_name: "crimson_leaf:general" + channel_name: "crimson_leaf:live-feed" adjudication: enabled: false \ No newline at end of file