diff options
| author | Matt Silverlock <[email protected]> | 2025-12-16 20:14:50 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-16 19:14:50 -0600 |
| commit | c137babea3d05bd9b7c19d1e625978d25cd9c29f (patch) | |
| tree | 36651614003dedd8ce9f63acca67c6b7b0782e4e /github/action.yml | |
| parent | db2abc1b2c144f63a205f668bd7267e00829d84a (diff) | |
| download | opencode-c137babea3d05bd9b7c19d1e625978d25cd9c29f.tar.gz opencode-c137babea3d05bd9b7c19d1e625978d25cd9c29f.zip | |
github: add configurable mentions input (#5655)
Diffstat (limited to 'github/action.yml')
| -rw-r--r-- | github/action.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/github/action.yml b/github/action.yml index fe6a32206..2b4553460 100644 --- a/github/action.yml +++ b/github/action.yml @@ -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 }} |
