8000 Add statuses_url to PullRequest · abesto/github3.py@5999968 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5999968

Browse files
committed
Add statuses_url to PullRequest
1 parent e05b9f8 commit 5999968

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

github3/pulls.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ def __init__(self, pull, session=None):
135135
self.id = pull.get('id')
136136
#: The URL of the associated issue
137137
self.issue_url = pull.get('issue_url')
138+
#: Statuses URL
139+
self.statuses_url = pull.get('statuses_url')
138140

139141
# These are the links provided by the dictionary in the json called
140142
# '_links'. It's structure is horrific, so to make this look a lot

0 commit comments

Comments
 (0)
0