Fix report system to work with Gitea

home_automation/HA-NerdFlows#30
This commit is contained in:
2025-03-22 19:40:34 -04:00
parent 1a4ecc6888
commit a1c1e23935
3 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,9 @@
const needsReponseLabel = 213
const typeBugLabel = 196
const typeEnhancementLabel = 198
const typeAdjustmentLabel = 208
flow.set("needsReponseLabel", needsReponseLabel, "diskCon")
flow.set("typeBugLabel", typeBugLabel, "diskCon")
flow.set("typeEnhancementLabel", typeEnhancementLabel, "diskCon")
flow.set("typeAdjustmentLabel", typeAdjustmentLabel, "diskCon")