You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-06-03 16:35:37 +02:00
Handle re-created forge repos gracefully (#6370)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
@@ -5270,6 +5270,14 @@ const docTemplate = `{
|
||||
"full_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"has_forge_name_conflict": {
|
||||
"description": "HasForgeNameConflict is true if forge returned a repo with same name but different forge remote id",
|
||||
"type": "boolean"
|
||||
},
|
||||
"has_no_forge_repo": {
|
||||
"description": "HasNoForgeRepo is true if repo only exist in the woodpecker store and not at the forge anymore",
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -5381,6 +5389,14 @@ const docTemplate = `{
|
||||
"full_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"has_forge_name_conflict": {
|
||||
"description": "HasForgeNameConflict is true if forge returned a repo with same name but different forge remote id",
|
||||
"type": "boolean"
|
||||
},
|
||||
"has_no_forge_repo": {
|
||||
"description": "HasNoForgeRepo is true if repo only exist in the woodpecker store and not at the forge anymore",
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user