mirror of
https://github.com/RamonGebben/mergify.git
synced 2026-03-10 08:51:18 +00:00
74801558a92f5247a85ff7eba31708d13f372083
Mergify
A very simple cli to check merge requests on Gitlab.
Install
yarn global add @pindakaasman/mergify
To complete setup you will need to run the configure command to provide access to the Gitlab API.
Documentation on how to get a private token can be found at Gitlab.
mergify --configure
Usage
Just grab up the help menu by using mergify --help and you will be presented with the help dialog.
Usage: mergify [options]
Options:
-V, --version output the version number
-a --assigned Get all open merge request assigned to you
-s --submitted Get all open merge request submitted to you
-c --configure Setup or update required config
-h, --help output usage information
Languages
JavaScript
100%