Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
glossary
1 parent bd101d0 commit 9ff6267Copy full SHA for 9ff6267
apps/billing/src/trigger/glossary/create-pr.ts
@@ -162,7 +162,7 @@ export const createPrTask = task({
162
const pr = await octokit.pulls.create({
163
owner,
164
repo,
165
- title: `Add ${input} to API documentation`,
+ title: `Add ${input} to Glossary`,
166
head: branch,
167
base: "main",
168
body: `This PR adds the ${input}.mdx file to the API documentation.`,
0 commit comments