diff --git a/apps/billing/src/trigger/glossary/create-pr.ts b/apps/billing/src/trigger/glossary/create-pr.ts index bdde732789..82f4c57b56 100644 --- a/apps/billing/src/trigger/glossary/create-pr.ts +++ b/apps/billing/src/trigger/glossary/create-pr.ts @@ -162,7 +162,7 @@ export const createPrTask = task({ const pr = await octokit.pulls.create({ owner, repo, - title: `Add ${input} to API documentation`, + title: `Add ${input} to Glossary`, head: branch, base: "main", body: `This PR adds the ${input}.mdx file to the API documentation.`,