We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed20273 commit d48b3c0Copy full SHA for d48b3c0
1 file changed
.github/workflows/stale.yaml
@@ -0,0 +1,11 @@
1
+---
2
+name: Stale
3
+
4
+on:
5
+ schedule:
6
+ - cron: "45 5 * * *"
7
+ workflow_dispatch:
8
9
+jobs:
10
+ workflows:
11
+ uses: home-assistant/actions/.github/workflows/stale.yaml@master
0 commit comments