Compare commits

...

4 Commits

Author SHA1 Message Date
Robert Boyce
78f98bb6b3 Revert "add duplicate detection to triage action"
This reverts commit bb083eea94.
2025-06-06 14:42:55 -07:00
Robert Boyce
885a36faf3 Merge pull request #1671 from anthropics/rboyce/readme-ga
Update README.md to reflect GA
2025-06-05 11:45:02 -07:00
Robert Boyce
eb0b297e11 Update README.md to reflect GA
Claude Code is no longer in beta
2025-06-05 11:43:26 -07:00
Robert Boyce
6370398030 Merge pull request #1662 from anthropics/rboyce/action-dupe
Add duplicate detection to triage action
2025-06-05 10:22:01 -07:00
2 changed files with 6 additions and 14 deletions

View File

@@ -55,22 +55,14 @@ runs:
- User impact
- Components affected
4. Identify existing duplicate issues:
- Use mcp__github__search_issues to find similar issues
- List out all open or recently closed issues that seem likely to be reports of the same problem
- Place the best candidate issue to merge into at the top of the list.
The best candidate issue is the one that is:
1. Has the same underlying cause as the current issue
2. Is the most complete and well-documented
3. Is the oldest open issue that is still relevant
5. Select appropriate labels from the available labels list provided above:
4. Select appropriate labels from the available labels list provided above:
- Choose labels that accurately reflect the issue's nature
- Be specific but comprehensive
- Consider platform labels (macos, linux, windows) if applicable
- Do not apply the "duplicate" label unless you are certain the issue is a duplicate of another open issue
- Select priority labels if you can determine urgency (high-priority, med-priority, or low-priority)
- Consider platform labels (android, ios) if applicable
- If you find similar issues using mcp__github__search_issues, consider using a "duplicate" label if appropriate. Only do so if the issue is a duplicate of another OPEN issue.
6. Apply the selected labels:
5. Apply the selected labels:
- Use mcp__github__update_issue to apply your selected labels
- DO NOT post any comments explaining your decision
- DO NOT communicate directly with users

View File

@@ -22,7 +22,7 @@ npm install -g @anthropic-ai/claude-code
## Reporting Bugs
We welcome feedback during this beta period. Use the `/bug` command to report issues directly within Claude Code, or file a [GitHub issue](https://github.com/anthropics/claude-code/issues).
We welcome your feedback. Use the `/bug` command to report issues directly within Claude Code, or file a [GitHub issue](https://github.com/anthropics/claude-code/issues).
## Data collection, usage, and retention