https://github.com/kevnm67/danger-pivotal_tracker
Danger plugin to automagically link pivotal tracker stories to PR's.
https://github.com/kevnm67/danger-pivotal_tracker
danger danger-plugin pivotal-tracker ruby
Last synced: about 2 months ago
JSON representation
Danger plugin to automagically link pivotal tracker stories to PR's.
- Host: GitHub
- URL: https://github.com/kevnm67/danger-pivotal_tracker
- Owner: kevnm67
- License: mit
- Created: 2019-07-18T23:58:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:41:34.000Z (over 1 year ago)
- Last Synced: 2025-03-17T06:07:29.068Z (2 months ago)
- Topics: danger, danger-plugin, pivotal-tracker, ruby
- Language: Ruby
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Danger Pivotal Tracker Plugin
- [Danger Pivotal Tracker Plugin](#danger-pivotal-tracker-plugin)
- [Installation](#installation)
- [Usage](#usage)
- [Development](#development)
Service
Badge
Travis CI (Master)
![]()
Travis CI (Develop)
![]()
Code Climate
![]()
Code Coverage
![]()
## Installation
$ gem install danger-pivotal_tracker
## Usage
Methods and attributes from this plugin are available in
your `Dangerfile` under the `pivotal_tracker` namespace.## 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.