Provisioning: Mark repository as unhealthy if hooks fail (#109788)

This commit is contained in:
Roberto Jiménez Sánchez
2025-08-21 08:32:23 +00:00
committed by GitHub
parent 03d9ec4ea3
commit 61d137992b
22 changed files with 1578 additions and 490 deletions
@@ -2862,6 +2862,14 @@
"type": "integer",
"format": "int64"
},
"error": {
"description": "The type of the error\n\nPossible enum values:\n - `\"health\"`\n - `\"hook\"`",
"type": "string",
"enum": [
"health",
"hook"
]
},
"healthy": {
"description": "When not healthy, requests will not be executed",
"type": "boolean",