From cd9e618c36c95a8f3a2fc22752102e4561ce41f3 Mon Sep 17 00:00:00 2001 From: Simon Rozsival Date: Fri, 13 Mar 2026 08:41:34 +0100 Subject: [PATCH] android-reviewer: @copilot prefix for Copilot-authored PRs When the PR author is Copilot and the review verdict is Needs Changes or Reject, prefix the review body with @copilot so the comment automatically triggers Copilot to address the feedback. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/skills/android-reviewer/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/skills/android-reviewer/SKILL.md b/.github/skills/android-reviewer/SKILL.md index 1d0818782fd..cb2a93cf890 100644 --- a/.github/skills/android-reviewer/SKILL.md +++ b/.github/skills/android-reviewer/SKILL.md @@ -98,6 +98,8 @@ Write a temp JSON file: If no issues found **and CI is green**, submit with empty `comments` and a positive summary. +**Copilot-authored PRs:** If the PR author is `Copilot` (the GitHub Copilot coding agent) and the verdict is ⚠️ Needs Changes or ❌ Reject, prefix the review `body` with `@copilot ` so the comment automatically triggers Copilot to address the feedback. Do NOT add the prefix for ✅ LGTM verdicts. + ### 8. Submit as a single batch ```powershell