Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/agents/issuelens.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ def close_as_duplicate(owner, repo, issue_number):
close_as_duplicate("<owner>", "<repo>", <issue_number>)
```

## Step 4: Apply the `ai-triaged` Label

After completing all triage steps, always apply the `ai-triaged` label to the issue to indicate it has been processed by the AI agent.

## Notes
- Use `gh` CLI as a fallback if you encounter issues with MCP tools.
- Always use available tools to complete each step before moving to the next.
2 changes: 1 addition & 1 deletion .github/llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Extension Pack for Java is a collection of popular extensions that can help writ
## Label
When labeling an issue, follow the rules below per label category:
### General Rules
- Analyze if the issue is related with the scope of using extensions for Java development. If not, STOP labelling IMMEDIATELY.
- Analyze if the issue is related with the scope of using extensions for Java development. If not, apply the `needs more info` label and stop labelling other categories.
- Assign label per category.
- If a category is not applicable or you're unsure, you may skip it.
- Do not assign multiple labels within the same category, unless explicitly allowed as an exception.
Expand Down
Loading