aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.py b/src/main.py
index 8ad4dc4..8f0f56d 100644
--- a/src/main.py
+++ b/src/main.py
@@ -529,10 +529,6 @@ async def handle(request):
if data['type'] != 'patchset-created':
return web.Response(status=204)
- # Only act on pyside repos.
- if not data['change']['project'].startswith('pyside'):
- return web.Response(status=204)
-
data['repo_name'] = data['change']['project'].split('/')[-1]
log.info("%s: Received webhook for %s",