|
|
@@ -37,7 +37,8 @@ export function ProjectMenuCard({
|
|
|
|
|
|
const handlePushToGitHub = () => {
|
|
|
const rawEvent = {
|
|
|
- content: "Please commit and push these changes to the repository.",
|
|
|
+ content:
|
|
|
+ "Please create a new branch and commit the changes. Then push them to the remote repository, and open up a pull request using the GitHub API and the token in the GITHUB_TOKEN environment variable",
|
|
|
imageUrls: [],
|
|
|
timestamp: new Date().toISOString(),
|
|
|
};
|