From 337c7171b046e5cfb5eb89a494c873f859ba644a Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 3 Feb 2026 02:11:04 +0000 Subject: [PATCH] patch org --- scripts/generate-agent-factory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-agent-factory.js b/scripts/generate-agent-factory.js index 680912c1dc..c43c1af042 100755 --- a/scripts/generate-agent-factory.js +++ b/scripts/generate-agent-factory.js @@ -23,7 +23,7 @@ const WORKFLOWS_DIR = path.join(__dirname, "../.github/workflows"); const OUTPUT_PATH = path.join(__dirname, "../docs/src/content/docs/agent-factory-status.mdx"); // Repository owner and name -const REPO_OWNER = "githubnext"; +const REPO_OWNER = "github"; const REPO_NAME = "gh-aw"; /**