diff --git a/.github/workflows/copilot-agent-analysis.md b/.github/workflows/copilot-agent-analysis.md index cbe787fe1f5..d7bbada8fc6 100644 --- a/.github/workflows/copilot-agent-analysis.md +++ b/.github/workflows/copilot-agent-analysis.md @@ -336,14 +336,12 @@ Create a **concise** discussion with your findings using the safe-outputs create **Concise Discussion Template**: ```markdown -# 🤖 Copilot Agent PR Analysis - [DATE] - -## Summary +### 🤖 Copilot Agent PR Analysis - [DATE] **Analysis Period**: Last 24 hours **Total PRs** (`agent_prs_total`): [count] | **Merged** (`agent_prs_merged`): [count] ([percentage]%) | **Avg Duration**: [time] -## Performance Metrics +#### Performance Metrics | Date | PRs | Merged | Success Rate | Avg Duration | Avg Comments | |------|-----|--------|--------------|--------------|--------------| @@ -353,7 +351,8 @@ Create a **concise** discussion with your findings using the safe-outputs create **Trend**: [Only mention if significant change >10%] -## Agent Task Texts +
+Agent Task Texts [Show this table for all PRs created in the last 24 hours - extract task text from PR body] @@ -361,18 +360,23 @@ Create a **concise** discussion with your findings using the safe-outputs create |------|--------|----------------------------| | [#number]([url]) | [status] | [First 100 characters of PR body/task description...] | -## Notable PRs +
+ +
+Notable PRs [Only list if there are failures, closures, or issues - otherwise omit this section] -### Issues ⚠️ +#### Issues ⚠️ - **PR #[number]**: [title] - [brief reason for failure/closure] -### Open PRs ⏳ +#### Open PRs ⏳ [Only list if open for >24 hours] - **PR #[number]**: [title] - [age] -## Key Insights +
+ +#### Key Insights [1-2 bullet points only, focus on actionable items or notable observations] diff --git a/docs/src/content/docs/reference/frontmatter-full.md b/docs/src/content/docs/reference/frontmatter-full.md index a308f718e79..7ba4d00e9c0 100644 --- a/docs/src/content/docs/reference/frontmatter-full.md +++ b/docs/src/content/docs/reference/frontmatter-full.md @@ -825,12 +825,11 @@ on: # Option 1: Single label name that must match the triggering label (e.g., # 'panel-review') - labels: "example-value" # Option 2: List of label names; the workflow fires when the triggering label # matches any entry. labels: [] - # Array items: Label name (e.g., 'panel-review', 'needs-triage') + # Array items: undefined # Environment name that requires manual approval before the workflow can run. Must # match a valid environment configured in the repository settings.