From 3f511b701f8aba80bcc7e26d5d1060acdbc54b99 Mon Sep 17 00:00:00 2001 From: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com> Date: Thu, 23 Jul 2026 01:05:52 -0400 Subject: [PATCH] Add gh-dash schema catalog entry --- src/api/json/catalog.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 05771485d2f..1111e0edbeb 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -3614,6 +3614,12 @@ ], "url": "https://www.schemastore.org/gitea-issue-forms.json" }, + { + "name": "gh-dash", + "description": "Configuration for the gh-dash GitHub CLI dashboard", + "fileMatch": [".gh-dash.yml", ".gh-dash.yaml", "**/gh-dash/config.yml"], + "url": "https://gh-dash.dev/schema.json" + }, { "name": "GitHub Action", "description": "YAML GitHub Actions",