Skip to content

Commit 11b5033

Browse files
Copilotpelikhan
andauthored
Migrate workflows from deprecated timeout_minutes to timeout-minutes (#3433)
* Initial plan * Update all agentic workflows to use timeout-minutes instead of timeout_minutes Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Migrate workflows from deprecated `timeout_minutes` to `timeout-minutes` Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 53de98e commit 11b5033

84 files changed

Lines changed: 121 additions & 121 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/agents/copilot-add-safe-output-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ safe-outputs:
335335
your-new-type:
336336
max: 3
337337
custom-option: "test"
338-
timeout_minutes: 5
338+
timeout-minutes: 5
339339
---
340340

341341
# Test Your New Type

.github/agents/improve-json-schema-descriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The main workflow schema (`pkg/parser/schemas/main_workflow_schema.json`) contai
2323
- [x] Basic workflow metadata (`name`, `description`)
2424
- [x] Trigger configuration (`on` field with all event types)
2525
- [x] Permissions with detailed scope descriptions
26-
- [x] Standard GitHub Actions fields (`runs-on`, `timeout_minutes`, `concurrency`, `run-name`)
26+
- [x] Standard GitHub Actions fields (`runs-on`, `timeout-minutes`, `concurrency`, `run-name`)
2727

2828
### Phase 2: Agentic Workflow Specific Fields
2929
- [x] Engine configuration (`claude`, `copilot`, `codex`, `custom`)

.github/instructions/developer.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ When `"additionalProperties": false` is set at the root level, the validator rej
782782
- `permisions` instead of `permissions`
783783
- `engnie` instead of `engine`
784784
- `toolz` instead of `tools`
785-
- `timeout_minute` instead of `timeout_minutes`
785+
- `timeout_minute` instead of `timeout-minutes`
786786
- `runs_on` instead of `runs-on`
787787
- `safe_outputs` instead of `safe-outputs`
788788

.github/instructions/github-agentic-workflows.instructions.md

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/archie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tools:
2323
safe-outputs:
2424
add-comment:
2525
max: 1
26-
timeout_minutes: 10
26+
timeout-minutes: 10
2727
---
2828

2929
# Archie - Mermaid Diagram Generator

.github/workflows/artifacts-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ safe-outputs:
1818
create-discussion:
1919
category: "artifacts"
2020
max: 1
21-
timeout_minutes: 15
21+
timeout-minutes: 15
2222
strict: true
2323
imports:
2424
- shared/reporting.md

.github/workflows/blog-auditor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ safe-outputs:
3232
title-prefix: "[audit] "
3333
category: "Audits"
3434
max: 1
35-
timeout_minutes: 10
35+
timeout-minutes: 10
3636
imports:
3737
- shared/reporting.md
3838
---

.github/workflows/brave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ imports:
1414
safe-outputs:
1515
add-comment:
1616
max: 1
17-
timeout_minutes: 10
17+
timeout-minutes: 10
1818
---
1919

2020
# Brave Web Search Agent

.github/workflows/changeset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ safe-outputs:
1717
commit-title-suffix: " [skip-ci]"
1818
threat-detection:
1919
engine: false
20-
timeout_minutes: 20
20+
timeout-minutes: 20
2121
network:
2222
firewall: true
2323
tools:

.github/workflows/ci-doctor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ safe-outputs:
2020
create-issue:
2121
title-prefix: ${{ github.workflow }}
2222
source: githubnext/agentics/workflows/ci-doctor.md
23-
timeout_minutes: 10
23+
timeout-minutes: 10
2424
tools:
2525
cache-memory: true
2626
web-fetch: null

0 commit comments

Comments
 (0)