Skip to main content

Triaging an issue with AI

Use AI to triage new issues and determine whether the issue is actionable or needs more information.

Quem pode usar esse recurso?

Anyone on GitHub.com can configure AI triaging in any repository they have admin access to.

About the AI-powered issue intake tool

The AI-powered issue intake tool helps you automate the triage process for new issues in your repository. Open source maintainers and project managers are often inundated with new issues, many of which may lack necessary information, or are not actionable. This tool leverages AI to analyze incoming issues and provide suggestions for triaging them, helping you manage your issue backlog more effectively.

Enabling the AI-powered issue intake tool

The AI-powered issue intake tool is a GitHub action that you can enable in your repository. For more information about GitHub actions, see Entendendo o GitHub Actions.

  1. Visit the GitHub Marketplace.
  2. Search for and select "AI assessment comment labeler."
  3. On the action's GitHub Marketplace page, follow the setup instructions to install the action in your repository.
  4. Optionally, customize the action's configuration file based on the guidance provided on the action's GitHub Marketplace page.

Using the AI-powered issue intake tool

If you are using the default configuration of the AI-powered issue intake tool, the action will be triggered when the request ai review label is applied to an issue. For information on creating a label, see Gerenciar etiquetas. Once triggered, the tool will analyze the issue and provide suggestions for triaging it.

  1. Navigate to the "Issues" tab in your repository.
  2. Open a new or existing issue that you want to triage.
  3. Add the AI labels that map to the analyses you want the tool to perform.
  4. Apply the request ai review label to the issue.
  5. Wait for the action to complete. You can monitor the progress in the "Actions" tab of your repository.
  6. Once the action is complete, check the issue for comments or labels added by the AI-powered issue intake tool. The tool may suggest actions such as requesting more information, or marking it as actionable.
  7. Review the suggestions provided by the tool and take appropriate action on the issue.