0.0.1 ⢠Published 7 years ago
merginator-gitlab v0.0.1
merginator-gitlab
Merginator will automatically merge your Gitlab merge request once everything is fine by watching them. Launch it, then let it wait and merge for you.
š£ š£ š£ Use at your own risk, your colleagues may not like when you merge too fast... Tell them to review if they are not happy š£ š£ š£
Why?
Because you can merge your merge requests automatically in some cases, even when not in front of your computer, and because I wanted to play with RxJS.
How to use merginator
Install from npm:
npm install -g merginator-gitlabLaunch it:
merginator-gitlab --upvotes 2 --gitlab https://YOUR_GITLAB_INSTANCE --token 1234567890Where:
upvotes: Is the minimum number of upvotes you need to merge a merge request (defaults to 2). Nothing will be merged until your merge request reach this number of šgitlab: Is the base URL of your gitlab instance. If not defined, it will try to get it from yourGITLAB_URLenvironemtn variable, then will default tohttps://gitlab.comtoken: Is your Gitlab token. You can get it from your Gitlab profilehttps://YOUR_GITLAB_INSTANCE/profile/personal_access_tokens. If not defined, it will try to get it from yourGITLAB_TOKENenvironment variable.
For more details, check help:
merginator-gitlab --helpLicense
MIT
0.0.1
7 years ago