From 5f184192715f629ca07c42dc4612b9a003ce0abe Mon Sep 17 00:00:00 2001 From: Matthew Runyon Date: Mon, 4 Mar 2024 18:26:13 -0600 Subject: [PATCH] Update docs issue autogeneration to point to new docs repo --- .github/workflows/create-docs-issues.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-docs-issues.js b/.github/workflows/create-docs-issues.js index 4017a213776..9231a5d77fd 100644 --- a/.github/workflows/create-docs-issues.js +++ b/.github/workflows/create-docs-issues.js @@ -1,5 +1,5 @@ module.exports = async ({ github, context }) => { - const ISSUE_REPO_NAME = "deephaven.io"; + const ISSUE_REPO_NAME = "deephaven-docs-community"; const ISSUE_TYPES = ["Community"]; const body =