Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 38 additions & 19 deletions .github/workflows/pr-triage-agent.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions .github/workflows/pr-triage-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ safe-outputs:
# Omitting 'allowed' to permit dynamic label creation (pr-type:*, pr-risk:*, etc.)
add-comment:
max: 50
create-discussion:
create-issue:
max: 1
category: "general"
title-prefix: "[PR Triage Report] "
expires: 1d

Copilot AI Feb 5, 2026

Copy link

Choose a reason for hiding this comment

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

The PR description contains inconsistent information about the expiration time. The "Changes Made" section mentions "expires: 1s" but the actual code correctly implements "expires: 1d" (1 day). This is just a documentation issue in the PR description - the code changes are correct. Consider updating the PR description to remove references to "1s" and consistently use "1d" throughout.

Copilot uses AI. Check for mistakes.
close-older-issues: true
messages:
run-started: "🔍 Starting PR triage analysis... [{workflow_name}]({run_url}) is categorizing and prioritizing agent-created PRs"
run-success: "✅ PR triage complete! [{workflow_name}]({run_url}) has analyzed and categorized PRs. Check the discussion for detailed report."
run-success: "✅ PR triage complete! [{workflow_name}]({run_url}) has analyzed and categorized PRs. Check the issue for detailed report."
run-failure: "❌ PR triage failed! [{workflow_name}]({run_url}) {status}. Some PRs may not be triaged."
timeout-minutes: 30
---
Expand Down Expand Up @@ -270,7 +271,7 @@ For each triaged PR, add a comment with the triage results:

### Phase 8: Report Generation (3 minutes)

Create a comprehensive triage report as a GitHub Discussion:
Create a comprehensive triage report as a GitHub Issue:

**Report Structure:**

Expand Down
Loading