Skip to content

Commit 833b0c6

Browse files
committed
update workflows
1 parent 0837fb7 commit 833b0c6

12 files changed

+12
-12
lines changed

.github/workflows/maintainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ safe-outputs:
1616

1717
tools:
1818
github:
19-
toolset: [repos, issues, pull_requests]
19+
toolsets: [repos, issues, pull_requests]
2020
bash: [ "*" ]
2121

2222
timeout_minutes: 30

workflows/daily-accessibility-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tools:
2424
web-fetch:
2525
web-search:
2626
github:
27-
toolset: [all]
27+
toolsets: [all]
2828

2929
timeout_minutes: 15
3030

workflows/daily-backlog-burner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tools:
2626
web-fetch:
2727
web-search:
2828
github:
29-
toolset: [all]
29+
toolsets: [all]
3030
# By default this workflow allows all bash commands within the confine of Github Actions VM
3131
bash: [ ":*" ]
3232

workflows/daily-dependency-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ safe-outputs:
2222
# By default this workflow allows all bash commands within the confine of Github Actions VM
2323
tools:
2424
github:
25-
toolset: [all]
25+
toolsets: [all]
2626
bash: [ ":*" ]
2727

2828
timeout_minutes: 15

workflows/daily-perf-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tools:
2929
web-fetch:
3030
web-search:
3131
github:
32-
toolset: [all]
32+
toolsets: [all]
3333
# Configure bash build commands here, or in .github/workflows/agentics/daily-dependency-updates.config.md
3434
#
3535
# By default this workflow allows all bash commands within the confine of Github Actions VM

workflows/daily-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ safe-outputs:
1919

2020
tools:
2121
github:
22-
toolset: [all]
22+
toolsets: [all]
2323
web-fetch:
2424
web-search:
2525

workflows/daily-progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ safe-outputs:
2323

2424
tools:
2525
github:
26-
toolset: [all]
26+
toolsets: [all]
2727
web-fetch:
2828
web-search:
2929
# By default this workflow allows all bash commands within the confine of Github Actions VM

workflows/daily-qa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ safe-outputs:
2626

2727
tools:
2828
github:
29-
toolset: [all]
29+
toolsets: [all]
3030
web-fetch:
3131
web-search:
3232
# By default this workflow allows all bash commands within the confine of Github Actions VM

workflows/daily-team-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ timeout_minutes: 15
2020

2121
tools:
2222
github:
23-
toolset: [all]
23+
toolsets: [all]
2424
web-fetch:
2525
web-search:
2626
---

workflows/daily-test-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tools:
3030
# By default this workflow allows all bash commands within the confine of Github Actions VM
3131
bash: [ ":*" ]
3232
github:
33-
toolset: [all]
33+
toolsets: [all]
3434

3535
steps:
3636
- name: Checkout repository

0 commit comments

Comments
 (0)