mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
Remove TODO
This commit is contained in:
parent
a8a0286fa4
commit
a4c61d3f18
3
main.py
3
main.py
@ -203,9 +203,6 @@ def main():
|
||||
new_issue_request = requests.post(url=issues_url, headers=issue_headers,
|
||||
data=json.dumps(new_issue_body))
|
||||
print(f'Creating issue {i + 1} of {len(new_issues)}')
|
||||
# TODO Investigate result not being printed on last loop when adding multiple new TODOs
|
||||
# See https://github.com/alstr/todo-to-issue-action/issues/7#issuecomment-630694673
|
||||
# Could the log be being truncated?
|
||||
if new_issue_request.status_code == 201:
|
||||
print('Issue created')
|
||||
else:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user