From 27f19301a570c31f99cdf31a3a0907203d3dcb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:10:21 +0200 Subject: [PATCH] Add message about matrix private room channel --- .github/workflows/add-instance-uptimerobot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/add-instance-uptimerobot.yml b/.github/workflows/add-instance-uptimerobot.yml index 586e1b1..3079d35 100644 --- a/.github/workflows/add-instance-uptimerobot.yml +++ b/.github/workflows/add-instance-uptimerobot.yml @@ -73,7 +73,11 @@ jobs: ['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, 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!' + 'Make sure you double checked all the mandatory checks or this will slow down the process of adding your instance!', + '', + 'Please consider joining our Matrix room for public instance maintainers by joining our Matrix room: https://matrix.to/#/#invidious:matrix.org', + 'then pinging @\unixfox, @\TheFrenchGhosty and @\SamantazFox for asking to be invited to the Matrix room.', + 'We discuss troubles managing a public instance, sharing some advices and more.' ].join('\n'); await github.rest.issues.createComment({ issue_number: context.issue.number,