File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ timeout-minutes: 60
1414
1515permissions : read-all
1616
17- network : defaults
17+ network :
18+ - defaults
19+ - dotnet
1820
1921safe-outputs :
2022 create-discussion :
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ timeout-minutes: 60
1313
1414permissions : read-all
1515
16- network : defaults
16+ network :
17+ - defaults
18+ - dotnet
1719
1820safe-outputs :
1921 create-discussion :
Original file line number Diff line number Diff line change 11---
22description : |
3- A friendly AI co-maintainer for FSharp.Control.AsyncSeq. Runs every 4 hours to:
3+ A friendly AI co-maintainer for FSharp.Control.AsyncSeq. Runs daily to:
44 - Comment helpfully on open issues to unblock contributors and onboard newcomers
55 - Identify issues that can be fixed and create draft pull requests with the fixes
66 - Study the codebase and propose improvements via PRs
@@ -9,14 +9,16 @@ description: |
99 interoperability, and minimal dependencies.
1010
1111on :
12- schedule : every 4h
12+ schedule : daily
1313 workflow_dispatch :
1414
1515timeout-minutes : 60
1616
1717permissions : read-all
1818
19- network : defaults
19+ network :
20+ - defaults
21+ - dotnet
2022
2123safe-outputs :
2224 add-comment :
You can’t perform that action at this time.
0 commit comments