Automate Reviewer Mentions for Faster Pull Request Turnaround


Summary of my bookmarked Github repositories from May 12th, 2017

Github repositories

  • facebookarchive/mention-bot

    The mention-bot GitHub repository is an archived project that is no longer actively maintained. It offers a solution for automatically mentioning potential reviewers on pull requests, aiming to involve the right people early on and facilitate faster turnaround. The bot can be configured by adding a `.mention-bot` file to the repository, allowing customization of options such as maximum number of reviewers, custom messages, file globs, blacklists, and more. The algorithm behind the bot identifies reviewers based on deleted or modified lines and their involvement in the changed files. To contribute or run your own bot, you can clone the repository and follow the provided instructions. The mention-bot is licensed under BSD.