小橘 57c740cdde Revert "chore(workflow): auto-generated commit"
This reverts commit 75f2768a8c7713879bb2ab564f42f24bc609338e.
2026-04-28 15:49:22 +00:00

5 lines
129 B
TypeScript

/** PR publisher runs git push and tea pr create; no LLM prompt. */
export function prPublisherPrompt(): string {
return "";
}