MCPcopy Create free account
hub / github.com/msgbyte/tailchat / generateTopicCreateContent

Function generateTopicCreateContent

apps/github-app/src/utils.ts:18–29  ·  view source on GitHub ↗
(
  user: string,
  title: string,
  body: string,
  url: string
)

Source from the content-addressed store, hash-verified

16 * 生成创建话题的内容
17 */
18export function generateTopicCreateContent(
19 user: string,
20 title: string,
21 body: string,
22 url: string
23) {
24 return `[b]${user}[/b] create Issue:
25[b]Title: ${title}[/b]
26[markdown]${body}[/markdown]
27
28Website: ${url}`;
29}
30
31/**
32 * 生成创建话题的内容

Callers 1

appFnFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected