diff --git a/.github/scripts/close_low_quality_prs.py b/.github/scripts/close_low_quality_prs.py index 81607c57332..9be0d6e9e0f 100644 --- a/.github/scripts/close_low_quality_prs.py +++ b/.github/scripts/close_low_quality_prs.py @@ -233,7 +233,8 @@ def close_pr( return comment_body = ( - f"Closing as part of automated PR triage.\n\n" + "👋 Hi, thanks for the PR! I'm **Agent Shin**, the automated triage " + "bot for this repository. Closing as part of automated PR triage.\n\n" f"Greptile's most recent review scored this PR **{score}/5**, below " f"our merge bar of **{threshold}/5**.\n\n" "We close low-confidence PRs aggressively to keep the review queue "