diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index fe43200508b..1bb21b1e339 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -2636,8 +2636,8 @@ "name": "GitHub Issue Template forms", "description": "YAML GitHub issue forms", "fileMatch": [ - "**/.github/ISSUE_TEMPLATE/**.yml", - "**/.github/ISSUE_TEMPLATE/**.yaml" + "**/.github/ISSUE_TEMPLATE/!(config).yml", + "**/.github/ISSUE_TEMPLATE/!(config).yaml" ], "url": "https://www.schemastore.org/github-issue-forms.json" },