Skip to content

Commit

Permalink
Create issue_label.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelbayria authored Nov 11, 2024
1 parent 7bbf773 commit 5f45358
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/issue_label.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
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.20.4": ["1.20.4-FORGE"],
"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"],
"server": ["server", "Server"],
"not related": ["not my issue", "report there"]
},
labelsNotAllowed: [
'duplicate',
'help wanted',
'invalid'
],
//defaultLabels: ['bug']
}

0 comments on commit 5f45358

Please sign in to comment.