Skip to content

Add AI workflow to summarize newly opened issues#10002

Open
Hawthorne001 wants to merge 1 commit into
Azure:mainfrom
Hawthorne001:patch-1
Open

Add AI workflow to summarize newly opened issues#10002
Hawthorne001 wants to merge 1 commit into
Azure:mainfrom
Hawthorne001:patch-1

Conversation

@Hawthorne001

Copy link
Copy Markdown

This workflow summarizes newly opened issues using AI inference and comments the summary back to the issue.

This workflow summarizes newly opened issues using AI inference and comments the summary back to the issue.
Copilot AI review requested due to automatic review settings June 5, 2026 04:27
@Hawthorne001
Hawthorne001 requested a review from a team as a code owner June 5, 2026 04:27

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a GitHub Actions workflow that automatically generates an AI summary for newly opened GitHub issues and posts it as a comment.

Changes:

  • Introduces a new workflow triggered on issues: opened.
  • Runs an AI inference step to summarize the issue title/body with prompt-injection guidance.
  • Posts the model response back to the issue via gh issue comment.


steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Run AI inference
id: inference
uses: actions/ai-inference@v1
Comment on lines +8 to +9
summary:
runs-on: ubuntu-latest
Comment on lines +16 to +17
- name: Checkout repository
uses: actions/checkout@v4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants