From b1e2e4aeaf4eba43849ab4c6bdcb4996c898d977 Mon Sep 17 00:00:00 2001 From: violine1101 Date: Sun, 17 Mar 2024 13:41:08 -0700 Subject: [PATCH] Disable #version-feed The version feed used to just not work, but now it causes MojiraBot to crash. This commit disables it entirely until I can figure out what exactly goes wrong here. --- config/main.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/config/main.yml b/config/main.yml index dfcece2..4739c43 100644 --- a/config/main.yml +++ b/config/main.yml @@ -139,21 +139,21 @@ versionFeeds: - unreleased #version-feed - - projects: - - BDS - - MC - - MCD - - MCL - - MCPE - - REALMS - channel: '741600360619049000' - publish: true - interval: 10000 - scope: 5 - actions: - - created - - archived - - unarchived - - released - - unreleased - - renamed + # - projects: + # - BDS + # - MC + # - MCD + # - MCL + # - MCPE + # - REALMS + # channel: '741600360619049000' + # publish: true + # interval: 10000 + # scope: 5 + # actions: + # - created + # - archived + # - unarchived + # - released + # - unreleased + # - renamed