From 736803bd214b740ab92c494da5ded897fb1b7d75 Mon Sep 17 00:00:00 2001 From: Sean Goedecke Date: Thu, 24 Apr 2025 10:30:31 +1000 Subject: [PATCH] Remove preview label from summary.properties.json --- automation/properties/summary.properties.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/automation/properties/summary.properties.json b/automation/properties/summary.properties.json index 71b47c9..5ff7364 100644 --- a/automation/properties/summary.properties.json +++ b/automation/properties/summary.properties.json @@ -2,6 +2,5 @@ "name": "AI issue summary", "description": "Summarizes new issues", "iconName": "octicon ai-model", - "categories": ["Automation", "SDLC"], - "labels": ["preview"] + "categories": ["Automation", "SDLC"] }