ruboty plugin that demand you to review labeled Pull Requests on GitHub repository.
Blog entry introduces this gem (in Japanese).
Pull Request のレビューを促す ruboty プラグイン - portal shit!
Add this line to your application's Gemfile:
gem 'ruboty-check_pr_please'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ruboty-check_pr_please
- Write just just like
gem 'ruboty-check_pr_please', github: 'morygonzalez/ruboty-check_pr_please'
in your ruboty bot's Gemfile.
- You need to install ruboty-cron.gem if you want this gem to work periodically.
- Write
GITHUB_ACCESS_TOKEN='yourtokengoeshere'
andGITHUB_REPOSITORY='owner/repo'
to your ruboty bot's .env file. - Deploy ruboty bot.
- Fork it ( https://github.com/[my-github-username]/ruboty-check_pr_please/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request