Skip to content
Open
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 .github/workflows/maintainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ safe-outputs:

tools:
github:
toolset: [repos, issues, pull_requests]
toolsets: [repos, issues, pull_requests]
bash: [ "*" ]

timeout_minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion workflows/daily-accessibility-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tools:
web-fetch:
web-search:
github:
toolset: [all]
toolsets: [all]

timeout_minutes: 15

Expand Down
2 changes: 1 addition & 1 deletion workflows/daily-backlog-burner.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tools:
web-fetch:
web-search:
github:
toolset: [all]
toolsets: [all]
# By default this workflow allows all bash commands within the confine of Github Actions VM
bash: [ ":*" ]

Expand Down
2 changes: 1 addition & 1 deletion workflows/daily-dependency-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ safe-outputs:
# By default this workflow allows all bash commands within the confine of Github Actions VM
tools:
github:
toolset: [all]
toolsets: [all]
bash: [ ":*" ]

timeout_minutes: 15
Expand Down
2 changes: 1 addition & 1 deletion workflows/daily-perf-improver.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tools:
web-fetch:
web-search:
github:
toolset: [all]
toolsets: [all]
# Configure bash build commands here, or in .github/workflows/agentics/daily-dependency-updates.config.md
#
# By default this workflow allows all bash commands within the confine of Github Actions VM
Expand Down
2 changes: 1 addition & 1 deletion workflows/daily-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ safe-outputs:

tools:
github:
toolset: [all]
toolsets: [all]
web-fetch:
web-search:

Expand Down
2 changes: 1 addition & 1 deletion workflows/daily-progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ safe-outputs:

tools:
github:
toolset: [all]
toolsets: [all]
web-fetch:
web-search:
# By default this workflow allows all bash commands within the confine of Github Actions VM
Expand Down
2 changes: 1 addition & 1 deletion workflows/daily-qa.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ safe-outputs:

tools:
github:
toolset: [all]
toolsets: [all]
web-fetch:
web-search:
# By default this workflow allows all bash commands within the confine of Github Actions VM
Expand Down
2 changes: 1 addition & 1 deletion workflows/daily-team-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ timeout_minutes: 15

tools:
github:
toolset: [all]
toolsets: [all]
web-fetch:
web-search:
---
Expand Down
2 changes: 1 addition & 1 deletion workflows/daily-test-improver.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tools:
# By default this workflow allows all bash commands within the confine of Github Actions VM
bash: [ ":*" ]
github:
toolset: [all]
toolsets: [all]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion workflows/update-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ safe-outputs:

tools:
github:
toolset: [all]
toolsets: [all]
web-fetch:
web-search:
# By default this workflow allows all bash commands within the confine of Github Actions VM
Expand Down
2 changes: 1 addition & 1 deletion workflows/weekly-research.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ safe-outputs:

tools:
github:
toolset: [all]
toolsets: [all]
web-fetch:
web-search:

Expand Down
Loading