addressing review comments

This commit is contained in:
Anurag Chauhan
2022-05-02 06:08:29 +00:00
committed by GitHub
parent c6cf518c75
commit 5aba279800
2 changed files with 19 additions and 19 deletions
+9 -9
View File
@@ -5,22 +5,22 @@
"../../deployments",
"../../code-scanning"
],
"folder_category_map": [
"allowed_categories": [
{
"name": "../../ci",
"category": "Continuous integration"
"name": "Continuous integration",
"path": "../../ci"
},
{
"name": "../../automation",
"category": "Automation"
"name": "Automation",
"path": "../../automation"
},
{
"name": "../../deployments",
"category": "Deployment"
"path": "../../deployments",
"name": "Deployment"
},
{
"name": "../../code-scanning",
"category": "Code Scanning"
"name": "Code Scanning",
"path": "../../code-scanning"
}
]
}