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
fix: add proper @-mentions for users in autolabeler workflow
Update greeting comments to include @-mentions of the issue author
for better user engagement and notifications.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
First-time: "Hey there! Thanks for opening your first issue with lingo.dev. Feel free to join our Discord if you want to chat about this with the team."
117
-
Returning: "Hey [username]! Good to see you back. If you want to discuss this in real-time, we're always on Discord."
100
+
First-time: "Hey there @${{ steps.target_issue.outputs.issue_author }}! Thanks for opening your first issue with lingo.dev. Feel free to join our Discord if you want to chat about this with the team."
101
+
Returning: "Hey @${{ steps.target_issue.outputs.issue_author }}! Good to see you back. If you want to discuss this in real-time, we're always on Discord."
118
102
119
103
B. TECHNICAL ANALYSIS (post if you found relevant code):
120
104
"Based on the codebase, this would likely affect [specific files]. You'll want to look at [specific function/class] in [file path] around line [number if found]."
0 commit comments