mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-06 07:58:39 +00:00
Allow multiple push mirrors (#97)
This commit is contained in:
@@ -38,9 +38,11 @@
|
||||
"native": {
|
||||
"defaultBranch": "main",
|
||||
"private": false,
|
||||
"mirror": {
|
||||
"gitHubAddress": "https://github.com/MyName/repo-name-3"
|
||||
}
|
||||
"mirrors": [
|
||||
{
|
||||
"gitHubAddress": "https://github.com/MyName/repo-name-3"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"new-repo-mirrored-with-branches": {
|
||||
@@ -48,9 +50,11 @@
|
||||
"native": {
|
||||
"defaultBranch": "main",
|
||||
"private": false,
|
||||
"mirror": {
|
||||
"gitHubAddress": "https://github.com/MyName/repo-name-3"
|
||||
},
|
||||
"mirrors": [
|
||||
{
|
||||
"gitHubAddress": "https://github.com/MyName/repo-name-3"
|
||||
}
|
||||
],
|
||||
"protectedBranches": [
|
||||
{
|
||||
"branchName": "main"
|
||||
@@ -63,9 +67,11 @@
|
||||
"native": {
|
||||
"defaultBranch": "main",
|
||||
"private": false,
|
||||
"mirror": {
|
||||
"gitHubAddress": "https://github.com/MyName/repo-name-3"
|
||||
},
|
||||
"mirrors": [
|
||||
{
|
||||
"gitHubAddress": "https://github.com/MyName/repo-name-3"
|
||||
}
|
||||
],
|
||||
"protectedBranches": [
|
||||
{
|
||||
"branchName": "main",
|
||||
@@ -83,9 +89,11 @@
|
||||
"native": {
|
||||
"defaultBranch": "main",
|
||||
"private": false,
|
||||
"mirror": {
|
||||
"gitHubAddress": "https://github.com/MyName/repo-name-3"
|
||||
},
|
||||
"mirrors": [
|
||||
{
|
||||
"gitHubAddress": "https://github.com/MyName/repo-name-3"
|
||||
}
|
||||
],
|
||||
"protectedBranches": [
|
||||
{
|
||||
"branchName": "main",
|
||||
|
Reference in New Issue
Block a user