Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull Request event is reporting user name instead of GH user account name #42

Open
jdmedlock opened this issue Apr 22, 2018 · 0 comments

Comments

@jdmedlock
Copy link
Owner

Issue Description & Expected Outcome:
The payload.commits array contains the user name when it should contain the users GitHub account name.

Symptoms:
See above

Steps to Recreate:
Pull events for a repo and then examine the results returned from the get() function.

      const result = await gitAClue.get([
        {
          context: 'repo',
          contextOwner: 'jdmedlock',
          contextName: 'GitAClue',
          segments: ['events'],
        },
      ]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant