Add pages templates to validate script

This commit is contained in:
Sampark Sharma
2022-09-16 10:51:50 +00:00
committed by GitHub
parent 941a823212
commit 3bc0ad0b1d
+6 -1
View File
@@ -3,7 +3,8 @@
"../../ci",
"../../automation",
"../../deployments",
"../../code-scanning"
"../../code-scanning",
"../../pages"
],
"allowed_categories": [
{
@@ -21,6 +22,10 @@
{
"path": "../../code-scanning",
"categories": ["Code Scanning", "Dependency review"]
},
{
"path": "../../pages",
"categories": ["Pages"]
}
]
}