Skip to content

Commit 00a8ef4

Browse files
committed
add dotnet
1 parent ea37399 commit 00a8ef4

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/daily-perf-improver.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ timeout-minutes: 60
1414

1515
permissions: read-all
1616

17-
network: defaults
17+
network:
18+
- defaults
19+
- dotnet
1820

1921
safe-outputs:
2022
create-discussion:

.github/workflows/daily-test-improver.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ timeout-minutes: 60
1313

1414
permissions: read-all
1515

16-
network: defaults
16+
network:
17+
- defaults
18+
- dotnet
1719

1820
safe-outputs:
1921
create-discussion:

.github/workflows/repo-co-maintainer.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: |
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
1111
on:
12-
schedule: every 4h
12+
schedule: daily
1313
workflow_dispatch:
1414

1515
timeout-minutes: 60
1616

1717
permissions: read-all
1818

19-
network: defaults
19+
network:
20+
- defaults
21+
- dotnet
2022

2123
safe-outputs:
2224
add-comment:

0 commit comments

Comments
 (0)