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
feat: enhance autolabeler to handle issues, improvements, and feature requests
- Update component identification to cover issues/improvements/features for all components
- Clarify team member responsibilities include improvement opportunities and feature requests
- Ensure comprehensive coverage of all types of GitHub issues beyond just bugs
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Post separate comments using: `gh issue comment ${{ steps.target_issue.outputs.issue_number }} --body "text"`
96
112
97
113
COMMENT TYPES TO POST (only if applicable):
@@ -116,9 +132,17 @@ jobs:
116
132
"This is similar to #[number] - check that for context" OR "There's already work on this in PR #[number]"
117
133
118
134
G. MAINTAINER ASSESSMENT (post for complex/breaking changes):
119
-
"Maintainer assessment: [technical analysis]. Suggested approach: [specific steps]. Concerns: [any issues]. Next steps: [actionable items]. Tagging [relevant maintainer if found in CODEOWNERS]."
120
-
121
-
6. FINAL STEP (MANDATORY):
135
+
"Maintainer assessment: [technical analysis]. Suggested approach: [specific steps]. Concerns: [any issues]. Next steps: [actionable items]. Tagging relevant team members based on component identified in step 1."
136
+
137
+
H. TEAM MEMBER TAGGING (post when component identified):
138
+
Based on component analysis from step 1, tag relevant team members:
139
+
- Docs/DX issues/improvements/opportunities: "cc @davidturnbull for documentation and developer experience"
140
+
- CLI/Compiler issues/improvements/features: "cc @mathio for CLI and compiler functionality"
141
+
- AI/Translation issues/improvements/features: "cc @vrcprl for AI and translation quality"
142
+
- UX issues/improvements/opportunities: "cc @pqoqubbw @mathio for UX improvements"
143
+
- General/Other issues/improvements/features: "cc @maxprilutskiy for general oversight"
0 commit comments