From ef14d11eae35c0c70a26cb9af16fb64cb21daddf Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 11 Jun 2021 23:30:46 +1000 Subject: [PATCH] statusbot: don't prefix with extra # for testing statusbot doesn't need a prefix, let's not pollute another channel. Change-Id: Ifcacad64286c281bf668870688af8dca35622551 --- playbooks/zuul/templates/group_vars/eavesdrop.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/zuul/templates/group_vars/eavesdrop.yaml.j2 b/playbooks/zuul/templates/group_vars/eavesdrop.yaml.j2 index ac4a6112c8..1d98e6f18b 100644 --- a/playbooks/zuul/templates/group_vars/eavesdrop.yaml.j2 +++ b/playbooks/zuul/templates/group_vars/eavesdrop.yaml.j2 @@ -52,4 +52,4 @@ gerritbot_ssh_pubkey: | limnoria_oftc_channels: - '#opendev-sandbox' statusbot_channels: - - '#opendev-sandbox' + - 'opendev-sandbox'