Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheussampaio/pr-reviewers-bot
A GitHub App built with Probot that adds reviewers to Github pull requests.
https://github.com/matheussampaio/pr-reviewers-bot
bot github javascript nodejs probot
Last synced: 3 months ago
JSON representation
A GitHub App built with Probot that adds reviewers to Github pull requests.
- Host: GitHub
- URL: https://github.com/matheussampaio/pr-reviewers-bot
- Owner: matheussampaio
- License: mit
- Archived: true
- Created: 2018-06-06T04:15:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T21:06:25.000Z (about 6 years ago)
- Last Synced: 2024-09-21T13:02:45.519Z (4 months ago)
- Topics: bot, github, javascript, nodejs, probot
- Language: JavaScript
- Homepage: https://github.com/apps/pr-reviewers-bot
- Size: 252 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Greenkeeper badge](https://badges.greenkeeper.io/matheussampaio/pr-reviewers-bot.svg)](https://greenkeeper.io/) [![CircleCI](https://circleci.com/gh/matheussampaio/pr-reviewers-bot.svg?style=svg)](https://circleci.com/gh/matheussampaio/pr-reviewers-bot)
PR Reviewers Bot
=================
A GitHub App built with [Probot](https://github.com/probot/probot) that adds reviewers to Github pull requests.> [![](https://user-images.githubusercontent.com/1020467/41391403-0e0661d0-6f60-11e8-88ba-03977963574f.png)](https://github.com/matheussampaio/pr-reviewers-bot)
## Usage
1. **[Configure the GitHub App](https://github.com/apps/pr-reviewers-bot)**
2. Create `.github/pr-reviewers-bot.yml` based on the following template.
3. It will start watching for created pull requests and adding reviewers.A `.github/pr-reviewers-bot.yml` file with `min_reviewers_per_pr` and `team` are required to enable the plugin:
```yml
min_reviewers_per_pr: 2
team:
- github_username1
- github_username2
- github_username3
- github_username4
```## License
[MIT](https://github.com/matheussampaio/pr-reviewers-bot/blob/master/LICENSE)