-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check PR changed files count directly from get pull request endpoint (#…
…875)
- Loading branch information
1 parent
3987077
commit 8e8a129
Showing
3 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
pull/testdata/responses/pull_changed_files_exceeds_limit.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
- status: 200 | ||
body: | | ||
{ | ||
"errors": [], | ||
"data": { | ||
"repository": { | ||
"pullRequest": { | ||
"body": "/no-platform", | ||
"createdAt": "2018-01-12T00:11:50Z", | ||
"lastEditedAt": "2018-01-12T00:11:50Z", | ||
"author": { | ||
"login": "agirlnamedsophia" | ||
}, | ||
"changedFiles": 3001 | ||
} | ||
} | ||
} | ||
} |