Skip to content

Commit

Permalink
Add stale workflow
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 committed Dec 17, 2024
1 parent 0d82046 commit abc1f92
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 abc1f92

Please sign in to comment.