CircleCI

danger-kiriban

A Danger plugin for PullRequest kiriban checker.

Installation

Add this line to your application's Gemfile:

gem 'danger-kiriban'

And then execute:

$ bundle

Or install it yourself as:

$ gem install danger-kiriban

Usage

Please write to Dangerfile like this. You can easily find kiriban.

if kiriban.kiriban?
  message("this PR (#{kiriban.number}) is KIRIBAN!")
end

Development

  1. Clone this repository.
  2. Run bundle install to setup dependencies.
  3. Run bundle exec rake spec to run the tests.
  4. Make your changes.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/noblejasper/danger-kiriban.