diff options
author | Daniel Smith <[email protected]> | 2025-05-29 10:57:37 +0200 |
---|---|---|
committer | Daniel Smith <[email protected]> | 2025-05-29 09:01:21 +0000 |
commit | 394943a30aff5ec8d95a062764d66f3373f37889 (patch) | |
tree | 84792435dae91bfbce723829f2f610f4367dbddb | |
parent | 1ed01b4a1e5172090d71e472ccb721777cacab27 (diff) |
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 <[email protected]>
-rw-r--r-- | src/main.py | 4 |
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", |