Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #9112: quality assistant should reassign the issue when it cannot merge a PR #226

Conversation

peckpeck
Copy link
Member

if alt_message is None:
print("Cannot update the issue, you should update it manually status here " + self.api_url + "/issues/" + str(issue.id))
return False
info = { 'issue': { 'note': alt_message } }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be 'notes' instead of 'note'

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

@peckpeck
Copy link
Member Author

Commit modified

@peckpeck peckpeck force-pushed the ust_9112/quality_assistant_should_reassign_the_issue_when_it_cannot_merge_a_pr branch from 97567a6 to e83197e Compare October 13, 2016 08:30
@Normation-Quality-Assistant

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit e83197e into Normation:master Oct 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants