From 394943a30aff5ec8d95a062764d66f3373f37889 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Thu, 29 May 2025 10:57:37 +0200 Subject: Remove limiting to only pyside repos The Security header is now in wider usage, so this should be considered out of testing. Fixes: QTQAINFRA-7219 Change-Id: I337a341231b882f61a3c1a25e9741048733428ce Reviewed-by: Daniel Smith --- src/main.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main.py') 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", -- cgit v1.2.3