mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-05 07:28:40 +00:00
Support deletion of repos (#53)
This commit is contained in:
@@ -82,6 +82,13 @@
|
||||
"$ref": "#/definitions/SerialisedNativeRepo"
|
||||
}
|
||||
]
|
||||
},
|
||||
"deleted": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
],
|
||||
"description": "Set this to true to delete the repo. dotnet-gitea-declarative will refuse to delete any repo that is absent from configuration; the workflow is to first set its `deleted` to `true` (whereupon dotnet-gitea-declarative will delete it from Gitea) and then to delete it from configuration."
|
||||
}
|
||||
},
|
||||
"oneOf": [
|
||||
|
Reference in New Issue
Block a user