mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 05:22:17 +00:00
Review fix
This commit is contained in:
parent
c018367f50
commit
ae8ad38af6
@ -248,8 +248,8 @@ def event_processor_dispatcher(headers, body, inserter):
|
|||||||
inserter.insert_event_into(DB, 'issues', result)
|
inserter.insert_event_into(DB, 'issues', result)
|
||||||
elif headers['X-Github-Event'] == 'pull_request':
|
elif headers['X-Github-Event'] == 'pull_request':
|
||||||
result = process_pull_request_event(body)
|
result = process_pull_request_event(body)
|
||||||
label_pull_request_event(body)
|
|
||||||
inserter.insert_event_into(DB, 'pull_requests', result)
|
inserter.insert_event_into(DB, 'pull_requests', result)
|
||||||
|
label_pull_request_event(body)
|
||||||
elif headers['X-Github-Event'] == 'pull_request_review':
|
elif headers['X-Github-Event'] == 'pull_request_review':
|
||||||
result = process_pull_request_review(body)
|
result = process_pull_request_review(body)
|
||||||
inserter.insert_event_into(DB, 'pull_requests', result)
|
inserter.insert_event_into(DB, 'pull_requests', result)
|
||||||
|
Loading…
Reference in New Issue
Block a user