Skip to content

Commit

Permalink
Disable all version feeds
Browse files Browse the repository at this point in the history
Seems like not only the feed for all versions causes the bot to crash, but also the java and bedrock ones.
  • Loading branch information
violine1101 authored Mar 17, 2024
1 parent b1e2e4a commit 20f6043
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions config/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,28 +115,28 @@ filterFeeds:

versionFeeds:
#java-fixes
- projects:
- MC
channel: '666349583227682819'
publish: true
interval: 10000
scope: 5
versionFeedEmoji: '🎉'
actions:
- released
- unreleased
# - projects:
# - MC
# channel: '666349583227682819'
# publish: true
# interval: 10000
# scope: 5
# versionFeedEmoji: '🎉'
# actions:
# - released
# - unreleased

#bedrock-fixes
- projects:
- MCPE
channel: '974302728719314974'
publish: true
interval: 10000
scope: 5
versionFeedEmoji: '🎉'
actions:
- released
- unreleased
# - projects:
# - MCPE
# channel: '974302728719314974'
# publish: true
# interval: 10000
# scope: 5
# versionFeedEmoji: '🎉'
# actions:
# - released
# - unreleased

#version-feed
# - projects:
Expand Down

0 comments on commit 20f6043

Please sign in to comment.