mirror of
https://github.com/Astatin3/meteorbot-old.git
synced 2026-06-09 08:38:07 -06:00
48 lines
952 B
YAML
48 lines
952 B
YAML
name: Precompiled binaries version request
|
|
description: Use this template to automatically trigger binaries compilation for a specific Minecraft version.
|
|
title: "[Version request]"
|
|
labels: ["version request"]
|
|
|
|
body:
|
|
- type: dropdown
|
|
id: version
|
|
attributes:
|
|
label: Minecraft version
|
|
description: Which version of Minecraft do you want binaries for?
|
|
options:
|
|
- "1.12.2"
|
|
- "1.13"
|
|
- "1.13.1"
|
|
- "1.13.2"
|
|
- "1.14"
|
|
- "1.14.1"
|
|
- "1.14.2"
|
|
- "1.14.3"
|
|
- "1.14.4"
|
|
- "1.15"
|
|
- "1.15.1"
|
|
- "1.15.2"
|
|
- "1.16"
|
|
- "1.16.1"
|
|
- "1.16.2"
|
|
- "1.16.3"
|
|
- "1.16.4"
|
|
- "1.16.5"
|
|
- "1.17"
|
|
- "1.17.1"
|
|
- "1.18"
|
|
- "1.18.1"
|
|
- "1.18.2"
|
|
- "1.19"
|
|
- "1.19.1"
|
|
- "1.19.2"
|
|
- "1.19.3"
|
|
- "1.19.4"
|
|
- "1.20"
|
|
- "1.20.1"
|
|
- "1.20.2"
|
|
- "1.20.3"
|
|
- "1.20.4"
|
|
validations:
|
|
required: true
|