Skip to content

Commit 212e871

Browse files
committed
remove stop time
1 parent 532d3ca commit 212e871

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

workflows/daily-repo-status.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@ description: |
88
on:
99
schedule: daily
1010
workflow_dispatch:
11-
# workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
12-
stop-after: +1mo
11+
1312
permissions:
1413
contents: read
1514
issues: read
1615
pull-requests: read
16+
1717
network: defaults
18+
1819
tools:
1920
github:
21+
2022
safe-outputs:
2123
create-issue:
2224
title-prefix: "[repo-status] "
2325
labels: [report, daily-status]
24-
# close-older-issues: true TODO
2526
---
2627

2728
# Daily Repo Status

0 commit comments

Comments
 (0)