Skip to content

Commit 9bcd8ce

Browse files
authored
Add stale workflow (#150)
Add standard Home Assistant stale workflow (mark stale after 30 days then close after 7 additional days).
1 parent 0d82046 commit 9bcd8ce

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/stale.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)