mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-06 07:58:39 +00:00
Add ability to mirror from Gitea to GitHub (#30)
This commit is contained in:
@@ -32,6 +32,16 @@
|
||||
"defaultBranch": "main",
|
||||
"private": false
|
||||
}
|
||||
},
|
||||
"new-repo-mirrored": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user