checking for allowed category in validate-data script (#1131)

* checking for allowed category

* Update index.ts
This commit is contained in:
Aparna Ravindra
2021-09-30 10:19:20 +05:30
committed by GitHub
parent 6b053712be
commit 02d91c6ccf
3 changed files with 15 additions and 6 deletions
+6
View File
@@ -4,5 +4,11 @@
"../../automation",
"../../deployments",
"../../code-scanning"
],
"allowed_categories" : [
"Continuous integration",
"Deployment",
"Code Scanning",
"Automation"
]
}