Yikun Jiang
Yikun Jiang
We are trying to create some bioconda package [1] on Linux aarch64 which depends on `bwa`, but hit the bug which https://github.com/lh3/bwa/pull/359 solved. Is there any chance to bump a...
Add openEuler info to supported Linux distributions. - The PyTorch can be installed since openEuler 20.03 LTS. - The openEuler OS also provided PyTorch pakcage and maintained by openEuler Bigdata...
**Is your feature request related to a problem? Please describe.** I am drafting a PR to add volcano support for kubernets client, unfortunately, there were no official tag, like v1.3.0...
Currently, there are two ways to support the integration of Spark on Kubernetes and volcano. - Spark on Kubernetes native support: maintained by the [Apache Spark community](https://github.com/apache/spark) and Volcano community...
有细心的同学已经发现,项目的主页加上了: ### 谁在使用? ### 参考 - [Hub mirror template](https://github.com/yi-Xu-0100/hub-mirror): 一个用于展示如何使用这个action的模板仓库. from @yi-Xu-0100 - [自动镜像 GitHub 仓库到 Gitee](https://github.com/ShixiangWang/sync2gitee): 一个关于如何使用这个action的介绍. from @ShixiangWang - [巧用Github Action同步代码到Gitee](http://yikun.github.io/2020/01/17/%E5%B7%A7%E7%94%A8Github-Action%E5%90%8C%E6%AD%A5%E4%BB%A3%E7%A0%81%E5%88%B0Gitee/): Github Action第一篇软文 的内容。 # 你也在用"hub-mirror-action"吗? 如果你也在用hub-mirror-action的话,欢迎在此留言,内容不限,我会定期将反馈的信息同步到Readme! 或者,你也可以联系我的微信:yikunkero,我们把你拉到“hub-mirror-action”的交流群里。
copilot: summary
Due some [well known issue of gitee repo policy](https://www.infoq.cn/article/2ttlpz58wfskk852f04d), we have to add a friendly parameter to support mirror the repo as `private` repo. Take below yaml as example: ```yaml...
A user have some commits beyond the upstream commits, we can add a input like `rebase: true` let user sync and rebase.
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....
User: repo list: https://gitlab.com/api/v4/users/yikunkero/projects create repo: curl --header "PRIVATE-TOKEN: $token" -XPOST "https://gitlab.com/api/v4/projects?name=repo_name&visibility=public" Group: repo list: https://gitlab.com/api/v4/groups/hub-mirror-action/projects create repo: curl --header "PRIVATE-TOKEN: $token" "https://gitlab.com/api/v4/namespaces/hub-mirror-action" | jq .id curl --header "PRIVATE-TOKEN: $token"...