summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2025-11-13Use repo variable to store supported version instead of filePugdoot
2025-06-12Update curl target in checkversion.yml for getting version numberPugmatt
2025-02-13Auto-push release docker image to 'latest' tag as well1.54Matthew Hafner
2024-09-23Update version download url in checkversion.ymlMatthew Hafner
2024-07-08Adjust registry_imageMatthew Hafner
2024-07-08CI: Create and push docker images (#506)Thibault Duperron
2022-09-15Regex Pattern Fix #3 (#337)CrafterPika
* attempt to fix regex detection * second try
2022-09-02fix regex pattern (again(again)) (#335)CrafterPika
2022-09-02Update checkVersion action to include Release Notes (#333)Kai Michael Poppe
GitHub action pulls articles from the feedback.minecraft.net section via the ZenDesk API and matches the URL pattern that's in use since at least 1.17.10 to find the right article.
2022-08-30Add gh action workflow for creating releases (#329)CrafterPika
* add gh action workflow for creating releases * improve regex pattern and release demo run
2022-08-27Add GitHub action to check for a new Bedrock version (#326)Kai Michael Poppe
* Create SUPPORTED-VERSION (#1) * Create checkversion.yml * Update checkversion.yml Checkout to get SUP-V * Update checkversion.yml Update sed so that only version is returned * Update checkversion.yml Frist Trigger change * Update SUPPORTED-VERSION Push * Update checkversion.yml * Update SUPPORTED-VERSION Push * Update checkversion.yml Change issue create if * Update SUPPORTED-VERSION Change to current version * Update checkversion.yml Make workflow triggerable * Update checkversion.yml Add repository dispatch action * Update checkversion.yml * Update checkversion.yml * Add action permissions, casing GHT, move supported Version file As per discussion in #326 * Update checkversion.yml typo
2022-01-20Add some issue templates and fix some wordingCrafterPika
2021-12-24add Github ActionsCrafterPika