From 7050e17538374ad1d9e4d97a8951ea904025a965 Mon Sep 17 00:00:00 2001 From: ericLemanissier Date: Fri, 10 May 2024 16:22:39 +0200 Subject: [PATCH] freebsd: disable #20528 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 92ba684f7962d..281d7184c4676 100644 --- a/main.py +++ b/main.py @@ -41,7 +41,7 @@ def __init__(self, token: str = "", user: str = "", pw: str = ""): # noqa: MC00 "page": str(page) }).json() for p in results: - if int(p["number"]) in [13539, 16266, 18490, 19488, 23125]: + if int(p["number"]) in [13539, 16266, 18490, 19488, 20528, 23125]: logging.warning("ignoring pr #%s because it is in deny list", p["number"]) continue body = p["body"] or ""