Commit 0dbdc4b
authored
Removed PRs from summaries (#14)
From the documentation:
> GitHub's REST API v3 considers every pull request an issue, but not
every issue is a pull request. For this reason, "Issues" endpoints may
return both issues and pull requests in the response. You can identify
pull requests by the pull_request key. Be aware that the id of a pull
request returned from "Issues" endpoints will be an issue id.
This commit filters objects that *have* a `pull_request` object1 parent cd47eb3 commit 0dbdc4b
3 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments