name -> full_name + fixed error message for missing access token

This commit is contained in:
askeluv
2019-03-13 11:47:42 +08:00
parent b88e42a52d
commit 1693506f80
15 changed files with 21 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ import { GithubPullRequest } from '../../../src/entities';
const ParsedGithubPullRequest: GithubPullRequest = {
observedTimestamp: Date.now(),
repoName: '0x-monorepo',
repoFullName: '0xProject/0x-monorepo',
pullRequestNumber: 1684,
state: 'open',
title: '[WIP] Pull Github data',