From d0ce975c2cc5ffe4cafe6c0f0607c6a395089659 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 5 Apr 2026 19:40:56 +0100 Subject: [PATCH] Fix the log output when a GHSA is closed --- src/psrt_ghsa_bot/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psrt_ghsa_bot/app.py b/src/psrt_ghsa_bot/app.py index 851d5e1..fa58fbe 100644 --- a/src/psrt_ghsa_bot/app.py +++ b/src/psrt_ghsa_bot/app.py @@ -112,7 +112,7 @@ def apply_to_repo( ghsa_id=ghsa_id, data={"state": "closed"}, ) - print(f" ๐Ÿ“‹ Closed {ghsa_id}") + print(f" ๐Ÿงน Closed {ghsa_id}") continue # Maintain a dictionary of updates to make and then submit them all at once.