From 785da13a084c60ecaf6905c140e6e6153ce18757 Mon Sep 17 00:00:00 2001 From: John Cunningham Date: Thu, 7 May 2026 12:21:55 -0700 Subject: [PATCH 1/2] SPO-912: Fix copilot reviewer default and rename job ID in react-ditto security workflow From 27b8862296a146c24c7f0e4c31d6beae3de7c6fc Mon Sep 17 00:00:00 2001 From: John Cunningham Date: Thu, 7 May 2026 12:22:30 -0700 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20copilot=20reviewer=20default=20?= =?UTF-8?q?=E2=80=94=20already=20hardcoded=20in=20reusable=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove copilot from the reviewers input default. @copilot is already hardcoded in the reusable workflow in sec-tools-public; having it in the caller default caused a duplicate request without the @ prefix, which fails with "Could not resolve user with login 'copilot'". Closes: SPO-912 Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/security-update-claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-update-claude.yml b/.github/workflows/security-update-claude.yml index de2d5b3..ca28e40 100644 --- a/.github/workflows/security-update-claude.yml +++ b/.github/workflows/security-update-claude.yml @@ -26,7 +26,7 @@ on: description: "Comma-separated GitHub teams/users to request review from" required: false type: string - default: "security-team,copilot" + default: "security-team" permissions: contents: write