We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4700e23 commit 6db9020Copy full SHA for 6db9020
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