Skip to content

Tags: mntnr/name-your-contributors

Tags

v3.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #114 from mntnr/gh-actions

ci(workflows): added GH Actions and removed TravisCI/Greenkeeper

v3.9.0

3.8.3

v3.8.5

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.

v3.8.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #106 from mntnr/engine

fix(package): fixed `engine` warning

v3.8.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #104 from mntnr/patch-0

fix: security fix + added npm stage to semantic-release

v3.8.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #101 from mntnr/require-fix

Fixes require issues

v3.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #99 from mntnr/patch-0

fix(queries): fixed typo

v3.8.0

feat(index): added commits to CSV output (#94)

Added commit authors and commit commentators in the CSV output.

fix #71

v3.7.0

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

v3.6.0

feat(queries): added email field (#91)

* feat(queries): added email field

Should help with resolving #73

* refactor(queries-test): updated some test cases