From f7011d721697fec392d0ee11104aff60195badd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos=20=28perso=29?= Date: Sat, 3 Jun 2023 17:17:45 +0000 Subject: [PATCH] Add more description about adding instance --- .github/workflows/add-instance-uptimerobot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-instance-uptimerobot.yml b/.github/workflows/add-instance-uptimerobot.yml index 9ce59f7..586e1b1 100644 --- a/.github/workflows/add-instance-uptimerobot.yml +++ b/.github/workflows/add-instance-uptimerobot.yml @@ -71,7 +71,7 @@ jobs: if (body.stat == "ok") { var replyComment = ['Hello! Your instance has been added to our monitoring system: https://stats.uptimerobot.com/89VnzSKAn/' + body.monitor.id, - 'You need to wait 30 days before we add your instance.', + 'You need to wait 30 days before we add your instance, this is to evaluate that your instance will keep a good uptime for one month.', '', 'Make sure you double checked all the mandatory checks or this will slow down the process of adding your instance!' ].join('\n');