CLA assistant
是 Contributor License Agreement assistant
的简称,实现向 git 提交 pr 时,是否签署协议的检查。
cla-assistant 部署
MONGODB="mongodb://cla:<pwd>@cla-shard-00-00-yiuu4.mongodb.net:27017,cla-shard-00-01-yiuu4.mongodb.net:27017,cla-shard-00-02-yiuu4.mongodb.net:27017/cla?ssl=true&replicaSet=Cla-shard-0&authSource=admin&retryWrites=true&w=majority"
GITHUB_PASS="<pwd>"
docker run -d -p 5000:5000 \
-e HOST=cla.opensource.xiexianbin.cn \
-e PORT=5000 \
-e HOST_PORT=8082 \
-e PROTOCOL=http \
-e GITHUB_CLIENT=80662afc776006de7bd7 \
-e GITHUB_SECRET=05da94c325f9f54cd7ab8effa8819be5df9ddae2 \
-e GITHUB_USER=G-robot \
-e GITHUB_PASS=$GITHUB_PASS \
-e MONGODB=$MG_STR \
cla-assistant
扩展