Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ff6267

Browse files
authored
fix pr title to glossary (unkeyed#2686)
1 parent bd101d0 commit 9ff6267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/billing/src/trigger/glossary/create-pr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export const createPrTask = task({
162162
const pr = await octokit.pulls.create({
163163
owner,
164164
repo,
165-
title: `Add ${input} to API documentation`,
165+
title: `Add ${input} to Glossary`,
166166
head: branch,
167167
base: "main",
168168
body: `This PR adds the ${input}.mdx file to the API documentation.`,

0 commit comments

Comments
 (0)