Conversation
Co-authored-by: chagong <831821+chagong@users.noreply.github.com>
Co-authored-by: chagong <831821+chagong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] create a new branch, fetch https://github.com/microsoft/vscode-gradle/blob/develop/.github/workflows/triage-agent.yml and https://github.com/microsoft/vscode-gradle/blob/develop/.github/llms.md , add them into current repo, you need to update the paylo...
Add AI-powered triage agent workflow and documentation for automated issue management
Sep 3, 2025
chagong
approved these changes
Sep 3, 2025
wenytang-ms
approved these changes
Sep 3, 2025
testforstephen
approved these changes
Sep 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR integrates an AI-powered triage agent system to automatically analyze, label, and manage new issues in the vscode-lombok repository. The implementation is based on the proven workflow from the vscode-gradle repository, adapted for the specific scope of Lombok annotation support.
Changes Made
1. Triage Agent Workflow (
.github/workflows/triage-agent.yml)Adds a GitHub Actions workflow that:
repoIdfrommicrosoft/vscode-gradletomicrosoft/vscode-lombokto correctly target this repository2. LLM Documentation (
.github/llms.md)Provides contextual information for the AI triage system:
Benefits
Technical Details
The workflow requires the following repository secrets to be configured:
TRIAGE_FUNCTION_LINK: URL endpoint for the Azure FunctionTRIAGE_AGENT_TIMEOUT: Timeout value for the triage requestsThe system is designed to fail gracefully if the Azure Function is unavailable, ensuring it won't block issue creation or repository operations.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.