Skip to content

Commit 5ae39f3

Browse files
Copilotdsyme
andauthored
Add centralized slash command strategy to three workflows
Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com>
1 parent c83c7d6 commit 5ae39f3

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)