Sha256: fcb3570aef57aff8d8fa43724d0f7cdc957c07b7df698933e283268d3d5e5188
Contents?: true
Size: 708 Bytes
Versions: 4
Compression:
Stored size: 708 Bytes
Contents
# danger-asana A [Danger](https://github.com/danger/danger) plugin for that links Asana issues to pull requests for both GitHub and GitLab. ## Installation $ gem install danger-asana ## Usage In your Dangerfile: ```ruby asana.check( search_title: true, search_commits: true, search_commits: true, ) ``` Generate a [Personal Access Token](https://developers.asana.com/docs/personal-access-token) on Asana and add it as en environment variable `_ASANA_TOKEN` ## Development 1. Clone this repo 2. Run `bundle install` to setup dependencies. 3. Run `bundle exec rake spec` to run the tests. 4. Use `bundle exec guard` to automatically have tests run as you make changes. 5. Make your changes.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
danger-asana-0.0.4 | README.md |
danger-asana-0.0.3 | README.md |
danger-asana-0.0.2 | README.md |
danger-asana-0.0.1 | README.md |