8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372a6f6 commit 5f25700Copy full SHA for 5f25700
docs/examples/issue.rst
@@ -21,12 +21,18 @@ of the issue you're concerned with in ``num``.
21
22
issue.edit('New issue title', issue.body + '\n------\n**Update:** Text to append')
23
24
+Closing and Commenting on Issues
25
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
+
27
::
28
29
# Assuming issue is the same as above ...
30
issue.create_comment('This should be fixed in 6d4oe5. Closing as fixed.')
31
issue.close()
32
33
+Example issue to comment on
34
+---------------------------
35
36
If you would like to test the above, see
37
`issue #109 <https://github.com/sigmavirus24/github3.py/issues/108>`_. Just
38
follow the code there and fill in your username, password (or token), and
0 commit comments