Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(copilot): update copy #1296

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/seer/automation/autofix/autofix_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,13 @@ def commit_changes(

pr_description = textwrap.dedent(
"""\
👋 Hi there! This PR was automatically generated by Autofix 🤖
👋 Hi there! This PR was generated by Sentry Autofix 🤖
{user_line}

{ref_note}
{description}

If you have any questions or feedback for the Sentry team about this fix, please email [[email protected]](mailto:[email protected]) with the Run ID (see below).
Got feedback? Email [[email protected]](mailto:[email protected]) with the Run ID below.

### 🤓 Stats for the nerds:
Run ID: **{run_id}**
Expand Down
2 changes: 1 addition & 1 deletion src/seer/automation/codebase/repo_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def comment_pr_generated_for_copilot(
] # should be "owner/repo"
url = f"https://api.github.com/repos/{repo_name}/issues/{pull_id}/comments"

comment = f"A fix has been generated and is available [here]({new_pr_url}) for your review. Autofix Run ID: {run_id}"
comment = f"A fix has been generated and is available [here]({new_pr_url}) for review."

params = {"body": comment}

Expand Down
Loading