Skip to content

Commit 82693a2

Browse files
authored
Don't match GitHub issue config when matching GitHub issue forms (SchemaStore#4893)
1 parent 51fa411 commit 82693a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/json/catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2636,8 +2636,8 @@
26362636
"name": "GitHub Issue Template forms",
26372637
"description": "YAML GitHub issue forms",
26382638
"fileMatch": [
2639-
"**/.github/ISSUE_TEMPLATE/**.yml",
2640-
"**/.github/ISSUE_TEMPLATE/**.yaml"
2639+
"**/.github/ISSUE_TEMPLATE/!(config).yml",
2640+
"**/.github/ISSUE_TEMPLATE/!(config).yaml"
26412641
],
26422642
"url": "https://www.schemastore.org/github-issue-forms.json"
26432643
},

0 commit comments

Comments
 (0)