mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 06:54:13 +08:00
Added console.log statements to trace execution flow in trigger validation: - Log context and inputs at function entry - Log issue content and regex pattern matching - Log final return value - Add logging to tagMode.shouldTrigger to trace delegation These logs help debug the 'shouldTrigger delegates to checkContainsTrigger' test.