Files
starter-workflows/script/validate-data/settings.json
T

27 lines
513 B
JSON
Raw Normal View History

{
"folders": [
"../../ci",
2021-09-06 11:04:54 +05:30
"../../automation",
2021-09-27 20:32:30 +01:00
"../../deployments",
"../../code-scanning"
],
2022-05-02 06:08:29 +00:00
"allowed_categories": [
2022-02-14 10:11:33 +00:00
{
"path": "../../ci",
"categories": ["Continuous integration"]
2022-02-14 10:11:33 +00:00
},
{
"path": "../../automation",
"categories": ["Automation"]
2022-02-14 10:11:33 +00:00
},
{
2022-05-02 06:08:29 +00:00
"path": "../../deployments",
"categories": ["Deployment"]
2022-02-14 10:11:33 +00:00
},
{
"path": "../../code-scanning",
"categories": ["Code Scanning", "Dependency review"]
2022-02-14 10:11:33 +00:00
}
]
}