Closed tgetgood closed 6 years ago
Adds user emails to queries.
Note: the GitHub token used with the app now needs the user:email permission. This has been added to the readme.
user:email
I also added the user's avatarUrl to the query since we're going to need that later.
avatarUrl
This PR is based off the trace branch since the queries were refactored. Will need to be rebased after #61 gets merged in.
trace
Addresses #53
:tada: This PR is included in version 3.4.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Adds user emails to queries.
Note: the GitHub token used with the app now needs the
user:email
permission. This has been added to the readme.I also added the user's
avatarUrl
to the query since we're going to need that later.This PR is based off the
trace
branch since the queries were refactored. Will need to be rebased after #61 gets merged in.Addresses #53