We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532d3ca commit 212e871Copy full SHA for 212e871
1 file changed
workflows/daily-repo-status.md
@@ -8,20 +8,21 @@ description: |
8
on:
9
schedule: daily
10
workflow_dispatch:
11
- # workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
12
- stop-after: +1mo
+
13
permissions:
14
contents: read
15
issues: read
16
pull-requests: read
17
network: defaults
18
19
tools:
20
github:
21
22
safe-outputs:
23
create-issue:
24
title-prefix: "[repo-status] "
25
labels: [report, daily-status]
- # close-older-issues: true TODO
26
---
27
28
# Daily Repo Status
0 commit comments