diff --git a/.github/workflows/issue_label.json5 b/.github/workflows/issue_label.json5 index 9cf52bd6..569f6007 100644 --- a/.github/workflows/issue_label.json5 +++ b/.github/workflows/issue_label.json5 @@ -1,15 +1,10 @@ { labelsSynonyms: { - "1.21.1": ["1.21.1-NEOFORGE"], - "1.21.1": ["1.21.1-FABRIC"], - "1.21": ["1.21-NEOFORGE"], - "1.21": ["1.21-FABRIC"], + "1.21.1": ["1.21.1"], + "1.21": ["1.21", "1.21.0"], "1.20.4": ["1.20.4"], - "1.20.4": ["1.20.4-FABRIC"], - "1.20.1": ["1.20.1-FORGE"], - "1.20.1": ["1.20.1-FABRIC"], - "1.19.2": ["1.19.2-FORGE"], - "1.19.2": ["1.19.2-FABRIC"], + "1.20.1": ["1.20.1"], + "1.19.2": ["1.19.2"], "FABRIC": ["FABRIC"], "FORGE": ["FORGE"], "NEOFORGE": ["NEOFORGE"],