Tags: mntnr/name-your-contributors
Tags
fix: rate limit detection (#108) `body` is not null. In my experience I got: ```json body: '{"data":{"rateLimit":{"cost":1,"remaining":0,"resetAt":"2019-08-05T12:01:30Z"},"node":{"comments":{"pageInfo":{"endCursor"... ``` I'm not certain why it would need to be `null` and why inspection of the header wouldn't suffice. `statusCode` check is also unnecessary, `queryRequest` rejects for non-200 responses so `rateLimited` will not be called in this case.
feat(queries): added labels to `*Creators` (#92) * feat(queries): added labels to `*Creators` The objects in `prCreators` and `issueCreators` now have an additional `labels` field exposing the labels of the relevant PRs/issues associated with a contributor re #73 (comment) and #45 (comment) * perf(queries): optimised the contribution merge * test(queries): added a test case * refactor(queries): added a missing sorting call And fixed some lint errors * chore: fix linting error * build(travis): fixed some typos
PreviousNext