This commit is contained in:
askeluv
2019-03-08 20:07:26 +08:00
parent 9f69d2cb76
commit 88704ce417
14 changed files with 505 additions and 522 deletions

View File

@@ -5,15 +5,15 @@ import { GithubPullRequest } from '../../../src/entities';
// docs here: https://developer.github.com/v3/pulls/#list-pull-requests
const ParsedGithubPullRequest: GithubPullRequest = {
observedTimestamp: Date.now(),
repoName: '0x-monorepo',
pullRequestNumber: 1684,
state: 'open',
title: '[WIP] Pull Github data',
userLogin: 'askeluv',
createdAt: 1552019788000,
updatedAt: 1552019788000,
closedAt: null,
mergedAt: null,
};
observedTimestamp: Date.now(),
repoName: '0x-monorepo',
pullRequestNumber: 1684,
state: 'open',
title: '[WIP] Pull Github data',
userLogin: 'askeluv',
createdAt: 1552019788000,
updatedAt: 1552019788000,
closedAt: null,
mergedAt: null,
};
export { ParsedGithubPullRequest };