Skip to content

Commit

Permalink
Merge main into sweep/feature/chunking-map-support
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-nightly[bot] authored Aug 3, 2023
2 parents 0d4a69b + 1193de0 commit 8c30593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweepai/handlers/create_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def create_pr_changes(
# Include issue number in PR description
if issue_number:
# If the #issue changes, then change on_ticket (f'Fixes #{issue_number}.\n' in pr.body:)
pr_description = f"{pull_request.content}\n\nFixes #{issue_number}.\n\n---\nTo checkout this PR branch, run the following command in your terminal:\n```zsh\ngit checkout {pull_request.branch_name}\n```\n To make tweaks to this pull request, leave a comment below or in the code."
pr_description = f"{pull_request.content}\n\nFixes #{issue_number}.\n\n---\nTo checkout this PR branch, run the following command in your terminal:\n```zsh\ngit checkout {pull_request.branch_name}\n```\n To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR."
else:
pr_description = f"{pull_request.content}\n\nTo checkout this PR branch, run the following command in your terminal:\n```zsh\ngit checkout {pull_request.branch_name}\n```"
pr_title = pull_request.title
Expand Down

0 comments on commit 8c30593

Please sign in to comment.