From c137babea3d05bd9b7c19d1e625978d25cd9c29f Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Tue, 16 Dec 2025 20:14:50 -0500 Subject: github: add configurable mentions input (#5655) --- github/action.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'github') 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 }} -- cgit v1.2.3