chore: update status.json to mark testing domain as ready
This commit is contained in:
parent
70c4a4a39a
commit
cf2c5159b3
@ -4,8 +4,8 @@
|
|||||||
"domains": {
|
"domains": {
|
||||||
"security": { "status": "merged", "branch": "fix/security", "priority": 1 },
|
"security": { "status": "merged", "branch": "fix/security", "priority": 1 },
|
||||||
"architecture": { "status": "merged", "branch": "fix/architecture", "priority": 2 },
|
"architecture": { "status": "merged", "branch": "fix/architecture", "priority": 2 },
|
||||||
"performance": { "status": "merging", "branch": "fix/performance", "priority": 3 },
|
"performance": { "status": "merged", "branch": "fix/performance", "priority": 3 },
|
||||||
"testing": { "status": "ready", "branch": "fix/testing", "priority": 4 }
|
"testing": { "status": "merging", "branch": "fix/testing", "priority": 4 }
|
||||||
},
|
},
|
||||||
"merge_order": ["security", "architecture", "performance", "testing"]
|
"merge_order": ["security", "architecture", "performance", "testing"]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user