Adding folder category check

This commit is contained in:
Anurag Chauhan
2022-02-14 10:11:33 +00:00
committed by GitHub
parent 2e489c2619
commit 394301af94
2 changed files with 30 additions and 5 deletions
+18
View File
@@ -10,5 +10,23 @@
"Deployment",
"Code Scanning",
"Automation"
],
"folder_category_map": [
{
"name": "../../ci",
"category": "Continuous integration"
},
{
"name": "../../automation",
"category": "Automation"
},
{
"name": "../../deployments",
"category": "Deployment"
},
{
"name": "../../code-scanning",
"category": "Code Scanning"
}
]
}