From 39635ccd330b41804efa57ec1bb7cf3318af4257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 18 Jun 2024 09:32:35 +0200 Subject: [PATCH] Fix priority --- github_app_geo_project/views/webhook.py | 1 - 1 file changed, 1 deletion(-) diff --git a/github_app_geo_project/views/webhook.py b/github_app_geo_project/views/webhook.py index 5cf34fabc56..3f21d2f76d8 100644 --- a/github_app_geo_project/views/webhook.py +++ b/github_app_geo_project/views/webhook.py @@ -125,7 +125,6 @@ def webhook(request: pyramid.request.Request) -> dict[str, None]: .where(models.Queue.check_run_id == data["check_run"]["id"]) .values( { - "priority": module.PRIORITY_HIGH, "status": models.JobStatus.NEW, "started_at": None, "finished_at": None,