Files
starter-workflows/script/validate-data/settings.json
Aparna Ravindra 02d91c6ccf checking for allowed category in validate-data script (#1131)
* checking for allowed category

* Update index.ts
2021-09-30 10:19:20 +05:30

14 lines
231 B
JSON

{
"folders": [
"../../ci",
"../../automation",
"../../deployments",
"../../code-scanning"
],
"allowed_categories" : [
"Continuous integration",
"Deployment",
"Code Scanning",
"Automation"
]
}