mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-05 15:38:41 +00:00
Update README (#54)
This commit is contained in:
@@ -55,6 +55,40 @@
|
||||
{ "branchName": "main" }
|
||||
]
|
||||
}
|
||||
},
|
||||
"new-repo-mirrored-with-branches-and-protection": {
|
||||
"description": "A repo that's created directly on this Gitea and mirrored to GitHub",
|
||||
"native": {
|
||||
"defaultBranch": "main",
|
||||
"private": false,
|
||||
"mirror": {
|
||||
"gitHubAddress": "https://github.com/MyName/repo-name-3"
|
||||
},
|
||||
"protectedBranches": [
|
||||
{ "branchName": "main", "blockOnOutdatedBranch": true, "requiredStatusChecks": ["all-pr-checks-complete"] }
|
||||
]
|
||||
}
|
||||
},
|
||||
"deleted-repo": {
|
||||
"description": "A repo that's been scheduled for deletion at the next run of dotnet-gitea-declarative",
|
||||
"deleted": true,
|
||||
"native": {
|
||||
"defaultBranch": "main",
|
||||
"private": false,
|
||||
"mirror": {
|
||||
"gitHubAddress": "https://github.com/MyName/repo-name-3"
|
||||
},
|
||||
"protectedBranches": [
|
||||
{ "branchName": "main", "blockOnOutdatedBranch": true, "requiredStatusChecks": ["all-pr-checks-complete"] }
|
||||
]
|
||||
}
|
||||
},
|
||||
"deleted-mirror": {
|
||||
"description": "A repo that's been scheduled for deletion at the next run of dotnet-gitea-declarative",
|
||||
"deleted": true,
|
||||
"gitHub": {
|
||||
"uri": "https://github.com/MyName/only-remaining-copy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user