const repoNames = ['data.chinahighlights.com', 'information-system', 'chinahighlights.com', 'asiahighlights.com', 'globalhighlights.com', 'trainspread.com', 'GHHub', 'dashboard']; const repoRet = repoNames.map((ele) => ({ name: ele, owner: { login: 'hainatravel' } })); module.exports = { privateRepo: repoRet, };