Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
freebsd: disable conan-io#20528
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed May 10, 2024
1 parent bbbf58b commit 7050e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit 7050e17

Please sign in to comment.