From 7914e9b17f208484fd3f9df21fdbb4b1b5298027 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:58:00 +0200 Subject: [PATCH] Edit the new instance message about joining the instance owners room (#536) --- .github/workflows/add-instance-uptimerobot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/add-instance-uptimerobot.yml b/.github/workflows/add-instance-uptimerobot.yml index f5cca00..9d1b9f3 100644 --- a/.github/workflows/add-instance-uptimerobot.yml +++ b/.github/workflows/add-instance-uptimerobot.yml @@ -83,9 +83,9 @@ jobs: '', 'It is highly recommended to follow these tutorials because it will allow the instance to stay stable and performant over the long term.', '', - 'Please consider joining the 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.' + 'When your instance is added to the instances list, please consider joining the Matrix room for public instance maintainers by joining our Matrix room: https://matrix.to/#/#invidious:matrix.org', + 'and pinging @ unixfox, @ TheFrenchGhosty and @ SamantazFox to ask to be invited to it.', + 'We discuss troubles managing a public instance, we share some advices, we warn you in advance of potential security issues and more.' ].join('\n'); await github.rest.issues.createComment({ issue_number: context.issue.number,