From 574f279fb05aec776d8dd6caf739b0e68d0b2ec6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:43:51 -0700 Subject: [PATCH] tmp --- src/modes/agent/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modes/agent/index.ts b/src/modes/agent/index.ts index 38d1ba3..5790e3d 100644 --- a/src/modes/agent/index.ts +++ b/src/modes/agent/index.ts @@ -99,6 +99,7 @@ export const agentMode: Mode = { login: userData.login, id: userData.id, }; + console.log("yolo user", user); } catch (error) { console.log( `Could not fetch user info for ${context.actor}, using bot_id ${botId}`,