Skip to content

Commit 1b32b0f

Browse files
authored
Add stale workflow (#160)
Add standard Home Assistant stale workflow (mark stale after 30 days then close after 7 additional days).
1 parent 5a33876 commit 1b32b0f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.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)