From 37ec8e47813bc9d7755f0f56ce7f7f290941299e Mon Sep 17 00:00:00 2001 From: atsushi-ishibashi Date: Tue, 10 Jun 2025 21:59:55 +0900 Subject: [PATCH] fix: set disallowed_tools as env when runing prepare.ts (#151) --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 15274c6..1d9b15b 100644 --- a/action.yml +++ b/action.yml @@ -100,6 +100,7 @@ runs: ASSIGNEE_TRIGGER: ${{ inputs.assignee_trigger }} BASE_BRANCH: ${{ inputs.base_branch }} ALLOWED_TOOLS: ${{ inputs.allowed_tools }} + DISALLOWED_TOOLS: ${{ inputs.disallowed_tools }} CUSTOM_INSTRUCTIONS: ${{ inputs.custom_instructions }} DIRECT_PROMPT: ${{ inputs.direct_prompt }} MCP_CONFIG: ${{ inputs.mcp_config }}