This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const gitlab = require('gitlab')({ | |
url: process.env.GITLAB_URL, | |
token: process.env.GITLAB_TOKEN | |
}) | |
const promisifier = function (fn) { | |
return function (...args) { | |
return new Promise(resolve => { | |
args.push(resolve); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am strajk on github. | |
* I am strajk (https://keybase.io/strajk) on keybase. | |
* I have a public key whose fingerprint is 46DA FBBD E5AE 17AE D229 AB7D CF9A B872 DA89 EE02 | |
To claim this, I am signing this object: |