mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
bcf7f40979
Fixed the conditional logic in claude.yml to properly handle different event types: - Use github.event.comment.author_association for issue_comment events - Use github.event.sender.author_association for other events - Maintain support for all basicmachines-co org members (OWNER/MEMBER/COLLABORATOR) This ensures @claude mentions in PR comments trigger the workflow correctly. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>