37 lines
702 B
JSON
37 lines
702 B
JSON
{
|
|
"folders": [
|
|
"../../agentic",
|
|
"../../ci",
|
|
"../../automation",
|
|
"../../deployments",
|
|
"../../code-scanning",
|
|
"../../pages"
|
|
],
|
|
"allowed_categories": [
|
|
{
|
|
"path": "../../agentic",
|
|
"categories": ["Agentic"]
|
|
},
|
|
{
|
|
"path": "../../ci",
|
|
"categories": ["Continuous integration"]
|
|
},
|
|
{
|
|
"path": "../../automation",
|
|
"categories": ["Automation"]
|
|
},
|
|
{
|
|
"path": "../../deployments",
|
|
"categories": ["Deployment"]
|
|
},
|
|
{
|
|
"path": "../../code-scanning",
|
|
"categories": ["Code Scanning", "Dependency review"]
|
|
},
|
|
{
|
|
"path": "../../pages",
|
|
"categories": ["Pages"]
|
|
}
|
|
]
|
|
}
|