Skip to content

Commit aacdee2

Browse files
committed
update workflows
1 parent f094e90 commit aacdee2

6 files changed

Lines changed: 14 additions & 15 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Investigate faults proactively and improve CI.
4747

4848
### Documentation Workflows
4949

50-
- [📖 Documentation Update on Push to Main](docs/update-docs.md) - Update documentation automatically
50+
- [📖 Documentation Update on Push to Main](docs/update-docs.md) - Update documentation automatically on every push to main
5151
- [📖 Daily Documentation Updater](docs/doc-updater.md) - Automatically update documentation based on recent code changes and merged PRs
5252
- [📝 Agentic Wiki Writer](docs/agentic-wiki-writer.md) - Automatically generate and maintain GitHub wiki pages from source code
5353
- [🔧 Agentic Wiki Coder](docs/agentic-wiki-coder.md) - Implement code changes described in GitHub wiki edits

workflows/ai-moderator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ rate-limit:
1919
max: 5
2020
window: 60
2121

22-
# This workflow runs often, so we use a small model to keep costs down.
23-
engine:
24-
model: small
22+
# # This workflow runs often, so you can use a small model to keep costs down.
23+
# engine:
24+
# model: small
2525

2626
concurrency:
2727
group: "gh-aw-ai-moderator-${{ github.event.issue.number || github.event.pull_request.number }}"

workflows/contribution-guidelines-checker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ permissions: read-all
1414

1515
network: defaults
1616

17-
# This workflow runs often, so we use a small model to keep costs down.
18-
engine:
19-
model: small
17+
# # This workflow runs often, so you can use a small model to keep costs down.
18+
# engine:
19+
# model: small
2020

2121
safe-outputs:
2222
add-labels:

workflows/issue-triage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ permissions: read-all
1515

1616
network: defaults
1717

18-
# This workflow runs often, so we use a small model to keep costs down.
19-
engine:
20-
model: small
18+
# # This workflow runs often, so you can use a small model to keep costs down.
19+
# engine:
20+
# model: small
2121

2222
safe-outputs:
2323
add-labels:

workflows/lean-squad.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,11 +1004,6 @@ on:
10041004
pull_request:
10051005
paths:
10061006
- 'formal-verification/lean/**'
1007-
push:
1008-
branches:
1009-
- main
1010-
paths:
1011-
- 'formal-verification/lean/**'
10121007
workflow_dispatch:
10131008
10141009
jobs:

workflows/update-docs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
branches: [main]
1212
workflow_dispatch:
1313

14+
# # This workflow runs often, so you can use a small model to keep costs down.
15+
# engine:
16+
# model: small
17+
1418
permissions: read-all
1519

1620
network: defaults

0 commit comments

Comments
 (0)