Files
claude-code-action/src
Ashwin Bhat 4ebee54a00 Add debug logging to checkContainsTrigger for test debugging
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.
2025-08-27 17:05:29 -07:00
..