From 764718a9e540517692de658b927c5f4ae54f99ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Fri, 5 Jul 2024 18:01:31 +0200 Subject: [PATCH] Don't tell to the user to ask to join the matrix room because we already ask his matrix username in the issue template --- .github/workflows/add-instance-updown.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/add-instance-updown.yml b/.github/workflows/add-instance-updown.yml index 86f7b9b..9d8d603 100644 --- a/.github/workflows/add-instance-updown.yml +++ b/.github/workflows/add-instance-updown.yml @@ -83,10 +83,6 @@ jobs: '- Improving the performance and the stability of your public instance: https://docs.invidious.io/improve-public-instance/', '', '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.' ].join('\n'); await github.rest.issues.createComment({ issue_number: context.issue.number,