Skip to content

Commit

Permalink
Disable #version-feed
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
violine1101 authored Mar 17, 2024
1 parent f727749 commit b1e2e4a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions config/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b1e2e4a

Please sign in to comment.