You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Facebook/mention-bot offers a programmatic API (source).
It think we could easily integrate it in the Babel-bot.
Usage example:
mentionBot.guessOwnersForPullRequest('https://github.com/babel/babel',// repo65,// pull request number'babel-bot',// user that created the pull request'master',// branch{maxReviewers: 3},// config[...]).then(function(users){// array with user names which should be included in reviewconsole.log(users);}).catch(function(err){console.error(err);});
It will be triggered in src/handlers/pull_request/opened.js.
The Facebook/mention-bot offers a programmatic API (source).
It think we could easily integrate it in the Babel-bot.
Usage example:
It will be triggered in
src/handlers/pull_request/opened.js
.Instead of babel/babel#5057
The text was updated successfully, but these errors were encountered: