bedrock support
This commit is contained in:
@@ -17,6 +17,10 @@ SUBREDDIT = os.getenv("SUBREDDIT", "YOUR_SUBREDDIT")
|
||||
release_types_env = os.getenv("RELEASE_TYPES", "release")
|
||||
RELEASE_TYPES = [t.strip() for t in release_types_env.split(",")]
|
||||
|
||||
# Check for Bedrock Edition releases (Windows)
|
||||
# Set to true to detect and post Bedrock releases
|
||||
CHECK_BEDROCK = os.getenv("CHECK_BEDROCK", "false").lower() in ("true", "1", "yes")
|
||||
|
||||
# Post templates
|
||||
# NOTE: Post titles and bodies are now fetched from the subreddit wiki page "minecraft_update_bot"
|
||||
# See DOCKER.md or README.md for how to set up the wiki page with YAML configuration
|
||||
|
||||
Reference in New Issue
Block a user