Open
Conversation
Add a GitHub Agentic Workflow that triages docs-content issues by analyzing their content and applying the correct team label. The workflow is triggered by typing `/triage` on an issue comment (write access required) or via manual workflow_dispatch for batch processing. Features: - Uses Elastic Docs MCP server to look up referenced pages - Derives team ownership from CODEOWNERS - Can fetch CODEOWNERS from other repos for cross-repo issues - Supports batch triage of all open needs-team issues Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
🔍 Preview links for changed docs |
florent-leborgne
approved these changes
Mar 30, 2026
Member
florent-leborgne
left a comment
There was a problem hiding this comment.
LGTM, some nits on the paths for my team and the dev-docs team
Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
Member
Author
|
@shainaraskas @szabosteve Could you review as well? Thanks! |
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.
Summary
gh-aw) that automates issue triage in docs-content/triageon an issue comment (only users with write access) or via manualworkflow_dispatchfor batch processingTeam:*labelTeam:Admin,Team:Developer,Team:DocsEng,Team:Experience,Team:Ingest,Team:Projects,cross-teamadd-to-board.ymlworkflow handles board routingHow it works
/triageon an issue (or dispatches manually for batch mode)gh apiadd-labels)🤖 Generated with Claude Code