Skip to content

Commit

Permalink
Merge pull request #103 from home-assistant/add-stale-workflow
Browse files Browse the repository at this point in the history
Add stale workflow
  • Loading branch information
agners authored Dec 17, 2024
2 parents f573d4b + 3c966b2 commit 11dd3d0
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 11dd3d0

Please sign in to comment.