File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2626concurrency :
2727 group : " gh-aw-ai-moderator-${{ github.event.issue.number || github.event.pull_request.number }}"
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ permissions: read-all
1414
1515network : 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
2121safe-outputs :
2222 add-labels :
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ permissions: read-all
1515
1616network : 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
2222safe-outputs :
2323 add-labels :
Original file line number Diff line number Diff 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
10141009jobs:
Original file line number Diff line number Diff line change 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+
1418permissions : read-all
1519
1620network : defaults
You can’t perform that action at this time.
0 commit comments