File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,18 @@ of the issue you're concerned with in ``num``.
21
21
22
22
issue.edit('New issue title', issue.body + '\n------\n**Update:** Text to append')
23
23
24
+ Closing and Commenting on Issues
25
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
+
<
74F9
td data-grid-cell-id="diff-602ce049ea41bd1da0e59ee6d7f4b4a91a58369b46dd05f34c2006a917d15607-24-27-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">24
27
::
25
28
26
29
# Assuming issue is the same as above ...
27
30
issue.create_comment('This should be fixed in 6d4oe5. Closing as fixed.')
28
31
issue.close()
29
32
33
+ Example issue to comment on
34
+ ---------------------------
35
+
30
36
If you would like to test the above, see
31
37
`issue #109 <https://github.com/sigmavirus24/github3.py/issues/108 >`_. Just
32
38
follow the code there and fill in your username, password (or token), and
You can’t perform that action at this time.
0 commit comments