Add pull_requests attribute to Story#139
Add pull_requests attribute to Story#139irphilli merged 2 commits intoirphilli:masterfrom gobetti:feature/pull_requests
Conversation
|
read access is enough for my needs but I suppose we could extend the PullRequest class with methods to modify it |
|
Good PR and great add. Sorry we haven't gotten to this sooner - we've just taken ownership of this gem and are still getting ramped up. To make this PR complete, there would be some tests added that exercise reading the pull requests of a story. Do you mind adding some tests to the PR? |
In order to get it populated, `fields: 'pull_requests'` is required when calling the method that retrieves the story(ies) - otherwise it's nil
|
Code Climate has analyzed commit 1337312 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 97.5% (0.0% change). View more on Code Climate. |
irphilli
left a comment
There was a problem hiding this comment.
Added a simple test and will include this in the next release. Thanks again!
In order to get it populated,
fields: 'pull_requests'is required whencalling the method that retrieves the story(ies) - otherwise it's nil