Yikun/hub-mirror-action

`has_dst_repo` is inaccurate when user has same name org repo

Yikun opened this issue · 0 comments

Yikun commented

Gitee API will fetch user reponame and user ownered org reponame together.

So if the org repo is belong to the user, both org and user repo will be return. we need to add some filter or some when dst is gitee.

repo_names = self._get_all_repo_names(url)

Related failed: #130