autogits/workflow-pr/example.json

20 lines
308 B
JSON
Raw Normal View History

2024-09-27 17:58:09 +02:00
[
{
"Workflows": ["direct"],
"Organization": "autogits",
"GitProjectName": "MyPrj"
},
{
"Workflows": ["direct"],
"Organization": "autogits",
"GitProjectName": "HiddenPrj",
"Branch": "hidden"
},
{
"Workflows": ["pr", "direct"],
"Organization": "importtest",
"Branch": "factory"
}
]