Skip to content

Commit cd28e55

Browse files
Copilotdsyme
andauthored
Declare optional workflow_dispatch command input for repo-assist
Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com>
1 parent 7fb602b commit cd28e55

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

workflows/repo-assist.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ description: |
1616
on:
1717
schedule: every 12h
1818
workflow_dispatch:
19+
inputs:
20+
command:
21+
description: "Optional command-mode instruction (for example: Run Task 9)"
22+
required: false
23+
type: string
24+
default: ""
1925
slash_command:
2026
name: repo-assist
2127
reaction: "eyes"

0 commit comments

Comments
 (0)