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
- Clone this repository.
- Run
bundle install
to setup dependencies. - Run
bundle exec rake spec
to run the tests. - Make your changes.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/noblejasper/danger-kiriban.