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
2 changes: 1 addition & 1 deletion docs/src/content/docs/reference/frontmatter-full.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ timeout-minutes: 1
# Deprecated: Use 'timeout-minutes' instead. Workflow timeout in minutes. Defaults
# to 15 minutes for agentic workflows.
# (optional)
timeout-minutes: 10
timeout_minutes: 10
Copy link

Copilot AI Nov 7, 2025

Choose a reason for hiding this comment

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

The field name in the example should be 'timeout-minutes' not 'timeout_minutes'. According to the documentation on line 673, this field is deprecated and should use 'timeout-minutes' instead. However, since this is documenting the deprecated field, it should remain as 'timeout_minutes' to show the old syntax. The change appears to be unintentional - reverting from 'timeout-minutes' to 'timeout_minutes'.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

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

Nitpick: Documentation inconsistency - the example shows timeout_minutes: 10 but the field name should be timeout-minutes (with a hyphen) to match GitHub Actions YAML conventions and the description above it.

Why it matters: This documentation example could confuse users since GitHub Actions fields use hyphens, not underscores. The comment above correctly states "Use 'timeout-minutes' instead" but the example contradicts this.

Suggested fix: Change to timeout-minutes: 10

AI generated by PR Nitpick Reviewer 🔍 for #3445


# Concurrency control to limit concurrent workflow runs (GitHub Actions standard
# field). Agentic workflows use enhanced concurrency management.
Expand Down
1 change: 1 addition & 0 deletions docs/src/content/docs/status.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Status of all agentic workflows. [Browse source files](https://github.com/github
| [test-claude-oauth](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/test-claude-oauth-workflow.md) | claude | [![test-claude-oauth](https://github.com/githubnext/gh-aw/actions/workflows/test-claude-oauth-workflow.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/test-claude-oauth-workflow.lock.yml) | - | - |
| [The Daily Repository Chronicle](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/daily-repo-chronicle.md) | copilot | [![The Daily Repository Chronicle](https://github.com/githubnext/gh-aw/actions/workflows/daily-repo-chronicle.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/daily-repo-chronicle.lock.yml) | `0 16 * * 1-5` | - |
| [Tidy](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/tidy.md) | copilot | [![Tidy](https://github.com/githubnext/gh-aw/actions/workflows/tidy.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/tidy.lock.yml) | - | - |
| [Typist - Go Type Analysis](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/typist.md) | claude | [![Typist - Go Type Analysis](https://github.com/githubnext/gh-aw/actions/workflows/typist.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/typist.lock.yml) | `0 11 * * 1-5` | - |
| [Video Analysis Agent](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/video-analyzer.md) | copilot | [![Video Analysis Agent](https://github.com/githubnext/gh-aw/actions/workflows/video-analyzer.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/video-analyzer.lock.yml) | - | - |
| [Weekly Issue Summary](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/weekly-issue-summary.md) | copilot | [![Weekly Issue Summary](https://github.com/githubnext/gh-aw/actions/workflows/weekly-issue-summary.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/weekly-issue-summary.lock.yml) | `0 15 * * 1` | - |
| [Weekly Workflow Analysis](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/example-workflow-analyzer.md) | claude | [![Weekly Workflow Analysis](https://github.com/githubnext/gh-aw/actions/workflows/example-workflow-analyzer.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/example-workflow-analyzer.lock.yml) | `0 9 * * 1` | - |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/modelcontextprotocol/go-sdk v0.4.0
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
github.com/sourcegraph/conc v0.3.0
github.com/spf13/cobra v1.9.1
github.com/spf13/cobra v1.10.1
)

require (
Expand Down
6 changes: 3 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 h1:KRzFb2m7YtdldCEkzs6KqmJw4nqEV
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2/go.mod h1:JXeL+ps8p7/KNMjDQk3TCwPpBy0wYklyWTfbkIzdIFU=
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down
Loading