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 #1952 - Fixes a major webhook issue #1953

Merged
merged 2 commits into from
Dec 4, 2017
Merged

Conversation

karlcow
Copy link
Member

@karlcow karlcow commented Dec 4, 2017

Additionally straighten up the code for style and syntax.
And fixes a 500 that we never hit so far.

@karlcow
Copy link
Member Author

karlcow commented Dec 4, 2017

r? @miketaylr Could you review the code. Thanks this is fixing #1952
And deploy asap.

→ nosetests
.......................................................................
----------------------------------------------------------------------
Ran 71 tests in 2.513s

OK

issue_body = payload.get('issue')['body']
issue_number = payload.get('issue')['number']
metadata_dict = extract_metadata_labels(issue_body)
metadata_dict = extract_metadata(issue_body)

This comment was marked as abuse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants