You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit implements recognition for synonyms of positive (+) and negative (-) sentiments as requested in issue #12.
Features implemented:
- Recognition for thumbs-up/down emojis (π/π) and stickers (:thumbsup:/:thumbsdown:)
- Support for expressions of gratitude ("Thank you", "Π‘ΠΏΠ°ΡΠΈΠ±ΠΎ", "ΠΠ»Π°Π³ΠΎΠ΄Π°ΡΡ")
- Recognition of agreement/disagreement expressions ("Agree"/"Disagree", "True"/"False", "Yes"/"No")
- Support for increment/decrement operators ("++"/"--")
- Multilingual support for Russian expressions
The SynonymRecognitionTrigger analyzes issue titles and bodies for these synonyms and posts a comment with the recognized sentiment. The bot will now automatically detect and respond to issues containing these synonyms.
π€ Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments