mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
github: add configurable mentions input (#5655)
This commit is contained in:
parent
db2abc1b2c
commit
c137babea3
2 changed files with 13 additions and 3 deletions
|
|
@ -22,6 +22,10 @@ inputs:
|
|||
required: false
|
||||
default: "false"
|
||||
|
||||
mentions:
|
||||
description: "Comma-separated list of trigger phrases (case-insensitive). Defaults to '/opencode,/oc'"
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
|
@ -57,3 +61,4 @@ runs:
|
|||
SHARE: ${{ inputs.share }}
|
||||
PROMPT: ${{ inputs.prompt }}
|
||||
USE_GITHUB_TOKEN: ${{ inputs.use_github_token }}
|
||||
MENTIONS: ${{ inputs.mentions }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue