Skip to content

Commit

Permalink
feat: Updated sweepai/handlers/on_button_click.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-nightly[bot] committed Dec 29, 2023
1 parent 8707dd6 commit 5354518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweepai/handlers/on_button_click.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def handle_rules(request_dict, rules, user_token, repo: Repository, gh_client):
tracking_id = hashlib.sha256(str(time.time()).encode()).hexdigest()[:10]
if changes_required:
new_pr = stack_pr(
request=issue_description
issue_description
+ "\n\nThis issue was created to address the following rule:\n"
+ rule,
pr_number=request_dict["issue"]["number"],
Expand Down

0 comments on commit 5354518

Please sign in to comment.