Skip to content

Commit

Permalink
Add stale workflow (#150)
Browse files Browse the repository at this point in the history
Add standard Home Assistant stale workflow (mark stale after 30 days then
close after 7 additional days).
  • Loading branch information
agners authored Dec 17, 2024
1 parent 0d82046 commit 9bcd8ce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Stale

on:
schedule:
- cron: "45 5 * * *"
workflow_dispatch:

jobs:
workflows:
uses: home-assistant/actions/.github/workflows/stale.yaml@master

0 comments on commit 9bcd8ce

Please sign in to comment.