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 bcc04b6 commit 8bb5912Copy full SHA for 8bb5912
ci/fireci/fireci/commands.py
@@ -98,3 +98,4 @@ def api_information(auth_token, repo_name, issue_number):
98
repo = github_client.get_repo(repo_name)
99
pr = repo.get_pull(int(issue_number))
100
pr.create_issue_comment(comment_string)
101
+ exit(1)
0 commit comments