@afuteam-nx/plugin-fetch-repos
Version:
批量获取远程仓库信息,支持配置 groupId, projectid,以及黑白名单
24 lines (23 loc) • 568 B
JSON
{
"$schema": "https://json-schema.org/schema",
"version": 2,
"title": "Run executor",
"description": "",
"type": "object",
"properties": {
"accessToken": {"type": "string"},
"resultPath": {"type": "string"},
"gitLabBaseUrl": {"type": "string"},
"rootGroupId": {"type": "number"},
"ignoreGroupIds": {"type": "array"},
"ignoreProjectsIds": {"type": "array"},
"addRepoIds": {"type": "array"},
"per_page": {"type": "number"}
},
"required": [
"accessToken",
"resultPath",
"gitLabBaseUrl",
"rootGroupId"
]
}