Skip to content

Commit

Permalink
fix pr title to glossary (#2686)
Browse files Browse the repository at this point in the history
  • Loading branch information
p6l-richard authored Nov 27, 2024
1 parent bd101d0 commit 9ff6267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/billing/src/trigger/glossary/create-pr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
Expand Down

0 comments on commit 9ff6267

Please sign in to comment.