Skip to content

Commit

Permalink
Issue #1851. Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
miketaylr committed Oct 31, 2017
1 parent d78324e commit 3dae4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion webcompat/webhooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from helpers import is_github_hook
from helpers import get_issue_info
from helpers import new_opened_issue
from helpers import set_labels
from helpers import signature_check

from webcompat import app
Expand Down
2 changes: 2 additions & 0 deletions webcompat/webhooks/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ def new_opened_issue(payload):
'''When a new issue is opened, we set a couple of things.
- Browser label
- Priority label
- Issue milestone
'''
labels = []
issue_body = payload.get('issue')['body']
Expand Down

0 comments on commit 3dae4e7

Please sign in to comment.