File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ History/Changelog
18
18
19
19
- Add ``is_following `` to the ``User `` object.
20
20
21
+ - Add ``head ``, ``base `` parameters to ``Repository.iter_pulls ``.
22
+
21
23
- The signature of ``Hook.edit `` has changed since that endpoint has changed
22
24
as well. See:
23
25
github/developer.github.com@b95f291a47954154a6a8cd7c2296cdda9b610164
Original file line number Diff line number Diff line change @@ -27,6 +27,12 @@ of the issue you're concerned with in ``num``.
27
27
issue.create_comment('This should be fixed in 6d4oe5. Closing as fixed.')
28
28
issue.close()
29
29
30
+ If you would like to test the above, see
31
+ `issue #109 <https://github.com/sigmavirus24/github3.py/issues/108 >`_. Just
32
+ follow the code there and fill in your username, password (or token), and
33
+ comment message. Then run the script and watch as the issue opens in your
34
+ browser focusing on the comment **you ** just created.
35
+
30
36
The following shows how you could use github3.py to fetch and display your
31
37
issues in your own style and in your webbrowser.
32
38
You can’t perform that action at this time.
0 commit comments