Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

本项目需要社区的支持 #17

Open
martinliu opened this issue May 18, 2022 · 5 comments
Open

本项目需要社区的支持 #17

martinliu opened this issue May 18, 2022 · 5 comments

Comments

@martinliu
Copy link
Contributor

本项目需要志愿者参与下面的工作:

  1. 首页 readme 文件的维护;
  2. GitHub ——JihuLab 的代码同步;
  3. 提供评审和建议;
  4. 推荐身边的工具鉴宝人。

感谢大家的支持。

@cuilongbo
Copy link

项目代号 MKT4D 比链接中的 lab 好,因为 clone 或 fork 出来难以区分 lab 是啥

@seanly
Copy link
Contributor

seanly commented May 19, 2022

Github 同步到 JihuLab 可以使用这个任务
https://github.com/jenkins-zh/git-backup-actions/

下面是样例:

name: Backup Git repository

on:
  workflow_dispatch:
  push:
    branches:
    - master

jobs:
  BackupGit:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - name: backup
      uses: jenkins-zh/[email protected]
      env:
        GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
        TARGET_GIT: "[email protected]:devopschina/lab.git"

@martinliu
Copy link
Contributor Author

项目代号 MKT4D 比链接中的 lab 好,因为 clone 或 fork 出来难以区分 lab 是啥

这个建议提的好,修改代码库名称还是要趁早,我在内部讨论一下。多谢建议。

@tobyqin
Copy link
Contributor

tobyqin commented Jul 28, 2022

的确这个名字不太好,容易冲突和误解,投一票改名。

@martinliu
Copy link
Contributor Author

等我们第一季做完了以后再改,正式改为 “mkt4d”,这个旧的 repo 依然还可以留着,由于很多以前的文章中都引用了这个位置。

@martinliu martinliu moved this from In Progress to Done in DevOps工具鉴宝 Dec 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

4 participants