Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 24, 2026

The daily code metrics workflow was timing out at 15 minutes during the Claude Code CLI execution step. The workflow generates 6 Python visualization charts, collects comprehensive metrics, and runs git fetch --unshallow for churn analysis—operations that consistently exceed the 15-minute limit.

Changes

  • Increased timeout-minutes from 15 to 30 in .github/workflows/daily-code-metrics.md
  • Recompiled workflow lock file

Context

Similar Python visualization workflows use 20-60 minute timeouts:

  • daily-issues-report: 30m (comparable complexity)
  • daily-copilot-token-report: 20m
  • org-health-report: 60m
  • stale-repo-identifier: 45m

30 minutes provides adequate buffer for git operations and chart generation on large repositories.

Original prompt

This section details on the original issue you should resolve

<issue_title>[agentics] Daily Code Metrics and Trend Tracking Agent failed</issue_title>
<issue_description>### Workflow Failure

Workflow: Daily Code Metrics and Trend Tracking Agent
Branch: main
Run URL: https://github.com/githubnext/gh-aw/actions/runs/21257773495

Action Required

Debug this workflow failure using the agentic-workflows agent:

/agent agentic-workflows

When prompted, instruct the agent to debug this workflow failure.

Generated from Daily Code Metrics and Trend Tracking Agent

  • expires on Jan 29, 2026, 5:30 PM UTC

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Debug workflow failure in daily code metrics agent Fix daily-code-metrics workflow timeout (15→30 minutes) Jan 24, 2026
Copilot AI requested a review from pelikhan January 24, 2026 18:57
@pelikhan pelikhan marked this pull request as ready for review January 24, 2026 19:02
@pelikhan pelikhan merged commit 070b202 into main Jan 24, 2026
@pelikhan pelikhan deleted the copilot/debug-daily-code-metrics-agent branch January 24, 2026 19:02
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.

[agentics] Daily Code Metrics and Trend Tracking Agent failed

2 participants