github GitHub Changelog ·

GitHub Issues public preview adds agent automation controls

aipreviewengineer
feature announcement

GitHub Issues is introducing agent automation controls in public preview, enabling users to review suggested changes to issues before they are applied. These controls include approvals, confidence ratings, and rationale for automated actions, offering more granular control over automation levels. This feature is aimed at improving issue triage and metadata enrichment for software engineering teams, allowing them to balance automation with manual review.

  • Agent automation controls for GitHub Issues in public preview
  • Support for agent automation controls via REST and GraphQL APIs
  • Repository admins can configure automation confidence thresholds
  • Upgrading GitHub Agentic Workflows to support issue intents
  • Use cases for agent automation controls include triage and metadata enrichment
Features (2)
  • Agent automation controls for GitHub Issues in public preview

    New capabilities include Approvals, Confidence, and Rationale for agent automations in GitHub Issues. Approvals allow suggestions to be reviewed before application, Confidence rates actions for automatic application or review, and Rationale provides an audit trail for each change.

  • Support for agent automation controls via REST and GraphQL APIs

    Rationale, confidence, and approvals are integrated with GitHub Agentic Workflows and Copilot cloud agent automations. These features are also accessible through the REST and GraphQL APIs, covering changes to labels, fields, type, close, and assignees.

Enhancements (2)
  • Repository admins can configure automation confidence thresholds

    Repository administrators can set confidence thresholds to control which automated changes are applied directly and which are held for review. This allows for customization of automation levels based on repository needs, such as allowing full automation for fast-moving teams or review steps for busy public repositories.

  • Upgrading GitHub Agentic Workflows to support issue intents

    Existing GitHub Agentic Workflows can be upgraded to add issue intent support, remaining backward compatible. Users can require intents for specific safe outputs by setting 'issue-intents: true' in their workflow frontmatter or opt out with 'issue-intents: false'.

Notes (1)
  • Use cases for agent automation controls include triage and metadata enrichment

    Potential applications include automatically triaging issues with reasoning provided and allowing optional review, as well as enriching issues with missing metadata like labels or types. Spam detection is also facilitated by flagging suspected spam with reasons and holding uncertain cases for review.

Read the original announcement →

https://github.blog/changelog/2026-07-23-agent-automation-controls-in-github-issues-in-public-preview

Related releases