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.
1 parent ace00c8 commit 2ca6424Copy full SHA for 2ca6424
1 file changed
src/lib/messages.ts
@@ -67,7 +67,6 @@ export const getOutroMessage = ({
67
uploadedEnvVars.length === 0
68
? `Upload your Project API key to your hosting provider`
69
: '',
70
- `Create a PR for your changes`,
71
].filter(Boolean);
72
73
return `
0 commit comments