From a524857ff5cd63813f2f15a6faa2bad9524006ed Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Fri, 10 May 2024 18:43:34 +0100 Subject: [PATCH] Tag @channel when posted --- dbgapmonitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbgapmonitor.py b/dbgapmonitor.py index 6333dc5..f4a81de 100644 --- a/dbgapmonitor.py +++ b/dbgapmonitor.py @@ -70,7 +70,7 @@ def dataframe_to_slack_block_with_md_links(df): "type": "section", "text": { "type": "mrkdwn", - "text": "*New dbGaP Authorized Requestors added in the last 7 days*", + "text": "@channel New dbGaP Authorized Requestors added in the last 7 days!", }, } ]