We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a33876 commit 1b32b0fCopy full SHA for 1b32b0f
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