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 =