Skip to content

Commit 4b12a3d

Browse files
Copilotdsymepelikhan
authored
Centralize slash_command routing for perf-improver, pr-fix, and test-improver (#353)
* Initial plan * Add centralized slash command strategy to three workflows Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
1 parent 9ecb2b5 commit 4b12a3d

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

workflows/perf-improver.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
workflow_dispatch:
1616
slash_command:
1717
name: perf-assist
18+
strategy: centralized
1819
reaction: "eyes"
1920
permissions:
2021
pull-requests: read

workflows/pr-fix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: |
99
on:
1010
slash_command:
1111
name: pr-fix
12+
strategy: centralized
1213
reaction: "eyes"
1314

1415
permissions: read-all

workflows/test-improver.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
workflow_dispatch:
1616
slash_command:
1717
name: test-assist
18+
strategy: centralized
1819
reaction: "eyes"
1920
permissions:
2021
pull-requests: read

0 commit comments

Comments
 (0)