-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.yml
More file actions
72 lines (65 loc) · 1.45 KB
/
Copy pathconfig.yml
File metadata and controls
72 lines (65 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
migrate:
from: github
to: gitee
clone_dir: ""
# 默认迁移所有代码仓,可以设置 repos 迁移特定的代码仓
# repos:
# - repo_a
# - repo_b
gitee:
provider: gitee
base_api: https://gitee.com/api/v5
ssh_prefix: git@gitee.com
https_prefix: https://gitee.com
username: ""
token: ""
github:
provider: github
base_api: https://api.github.com/graphql
ssh_prefix: git@github.com
https_prefix: https://github.com
username: ""
token: ""
use_https: true
gitlab:
provider": gitlab
base_api: https://gitlab.com/api/v4
ssh_prefix: git@gitlab.com
https_prefix: https://gitlab.com
username: ""
token: ""
coding:
provider: coding
base_api: https://{your-team}.coding.net
ssh_prefix: git@e.coding.net
https_prefix: https://e.coding.net
username: ""
token: ""
org_name: ""
is_org: false
use_web_base_api: true
use_https: true
web_cookie: ""
# 腾讯工蜂 https://code.tencent.com/
gongfeng:
provider: gongfeng
base_api: https://code.tencent.com/api/v3
ssh_prefix: git@git.code.tencent.com
https_prefix: https://git.code.tencent.com
username: ""
token: ""
gitea:
provider: gitea
base_api: https://gitea.com/api/v1
ssh_prefix: git@gitea.com
https_prefix: https://gitea.com
username: ""
token: ""
e_gitee_v8:
provider: e_gitee_v8
base_api: https://api.gitee.com/enterprises
https_prefix: https://gitee.com
enterprise_id: ""
token: ""
token_user: ""
use_https: true