From c83c7d6161fa79701d2a06ba87568a3522270f26 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:43:02 +0000 Subject: [PATCH 1/2] Initial plan From 5ae39f32d504095a76667e7d63ae92bda2924750 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:45:45 +0000 Subject: [PATCH 2/2] Add centralized slash command strategy to three workflows Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com> --- workflows/perf-improver.md | 1 + workflows/pr-fix.md | 1 + workflows/test-improver.md | 1 + 3 files changed, 3 insertions(+) diff --git a/workflows/perf-improver.md b/workflows/perf-improver.md index 60e0140a..d86ab7a7 100644 --- a/workflows/perf-improver.md +++ b/workflows/perf-improver.md @@ -15,6 +15,7 @@ on: workflow_dispatch: slash_command: name: perf-assist + strategy: centralized reaction: "eyes" permissions: pull-requests: read diff --git a/workflows/pr-fix.md b/workflows/pr-fix.md index 89e30c89..fa15163e 100644 --- a/workflows/pr-fix.md +++ b/workflows/pr-fix.md @@ -9,6 +9,7 @@ description: | on: slash_command: name: pr-fix + strategy: centralized reaction: "eyes" permissions: read-all diff --git a/workflows/test-improver.md b/workflows/test-improver.md index 943fae78..b81d55cc 100644 --- a/workflows/test-improver.md +++ b/workflows/test-improver.md @@ -15,6 +15,7 @@ on: workflow_dispatch: slash_command: name: test-assist + strategy: centralized reaction: "eyes" permissions: pull-requests: read