0.0
No release in over 3 years
Low commit activity in last 3 years
A Danger plugin for kiriban
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
>= 0
~> 10.0
~> 3.0

Runtime

 Project Readme

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.