Skip to content

Commit

Permalink
Update docs issue autogeneration to point to new docs repo (#5219)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon authored Mar 5, 2024
1 parent ef123cb commit b01510b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-docs-issues.js
Original file line number Diff line number Diff line change
@@ -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 =
Expand All @@ -15,7 +15,7 @@ module.exports = async ({ github, context }) => {
repo: ISSUE_REPO_NAME,
title: `${context.payload.pull_request.title}`,
body,
labels: [type, "documentation", "triage", "autogenerated"],
labels: ["triage", "autogenerated"],
})
);

Expand Down

0 comments on commit b01510b

Please sign in to comment.