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

37 lines
702 B
JSON
Raw Normal View History

{
"folders": [
2026-04-10 12:35:57 +02:00
"../../agentic",
"../../ci",
2021-09-06 11:04:54 +05:30
"../../automation",
2021-09-27 20:32:30 +01:00
"../../deployments",
2022-09-16 10:51:50 +00:00
"../../code-scanning",
"../../pages"
],
2022-05-02 06:08:29 +00:00
"allowed_categories": [
2026-04-10 12:35:57 +02:00
{
"path": "../../agentic",
"categories": ["Agentic"]
},
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-09-16 10:51:50 +00:00
},
{
"path": "../../pages",
"categories": ["Pages"]
2022-02-14 10:11:33 +00:00
}
]
}