PowerShell-FeatureFlags/test/multiple-stages.json

15 строки
294 B
JSON

{
"stages": {
"all-storage": [
{"allowlist": [".*Storage.*"]}
],
"specific-storage-repos": [
{"allowlist": ["Storage-repo1", "storage-repo2"]}
],
"all-storage-except-important": [
{"allowlist": [".*Storage.*"]},
{"denylist": ["Storage-important"]}
]
}
}