Skip to content

Commit 28b0668

Browse files
conorbranaganAlejandro Gómez
authored andcommitted
Use github.issues for the issues service
1 parent 61c4386 commit 28b0668

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pygithub3/github.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,9 @@ def pull_requests(self):
7070
:ref:`Pull Requests service <Pull Requests service>`
7171
"""
7272
return self._pull_requests
73+
74+
def issues(self):
75+
"""
76+
:ref:`Issues service <Issues service>`
77+
"""
78+
return self._issues

0 commit comments

Comments
 (0)