aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/github.py')
-rw-r--r--pygithub3/github.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pygithub3/github.py b/pygithub3/github.py
index 5f95505..20ec258 100644
--- a/pygithub3/github.py
+++ b/pygithub3/github.py
@@ -70,3 +70,9 @@ class Github(object):
:ref:`Pull Requests service <Pull Requests service>`
"""
return self._pull_requests
+
+ def issues(self):
+ """
+ :ref:`Issues service <Issues service>`
+ """
+ return self._issues