You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/roomote/src/lib/jobs/fixGitHubIssue.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ When you're finished:
35
35
- Create a git branch to store your work (git checkout -b fix-${jobPayload.issue})
36
36
- Commit your changes to this branch (git commit -m "Fixes #${jobPayload.issue}")
37
37
- Push your branch to the remote repository (git push --set-upstream origin fix-${jobPayload.issue})
38
-
- Submit a pull request using the "gh" command line tool (gh pr create --repo RooCodeInc/Roo-Code --title "Fixes #${jobPayload.issue}\n\n[Your PR description here.]" --fill)
38
+
- Submit a pull request using the "gh" command line tool (gh pr create --title "Fixes #${jobPayload.issue}\n\n[Your PR description here.]" --fill)
39
39
40
40
Your job isn't done until you've created a pull request. Try to solve any git issues that arise while creating your branch and submitting your pull request.
0 commit comments