Adding folder category check
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user