From 46ef21c69348caba033432c7908e8e1f55a70b05 Mon Sep 17 00:00:00 2001 From: Salvydas Lukosius Date: Sun, 12 Feb 2023 08:27:52 +0000 Subject: [PATCH] workflow-templates --- workflow-templates/stale-action.properties.json | 3 ++- workflow-templates/trunk.properties.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/workflow-templates/stale-action.properties.json b/workflow-templates/stale-action.properties.json index b0d45f4a1..4c5f146cc 100644 --- a/workflow-templates/stale-action.properties.json +++ b/workflow-templates/stale-action.properties.json @@ -1,5 +1,6 @@ { "name": "Close Stale Issues and PRs", "description": "Warns and then closes issues and PRs that have had no activity for a specified amount of time.", - "iconName": "z-shell" + "iconName": "z-shell", + "categories": ["Automation", "Shell"] } diff --git a/workflow-templates/trunk.properties.json b/workflow-templates/trunk.properties.json index 8083d2695..002589277 100644 --- a/workflow-templates/trunk.properties.json +++ b/workflow-templates/trunk.properties.json @@ -2,5 +2,5 @@ "name": "Trunk Check", "description": "Trunk Check: a blazingly fast meta code checker and formatter with extraordinary features like caching, preexisting issue detection, a daemon, and a language server.", "iconName": "z-shell", - "categories": ["Linter"] + "categories": ["code-quality", "Shell"] }