Skip to content

Commit

Permalink
Merge pull request NabuCasa#26 from NabuCasa/add-stale-gh-action
Browse files Browse the repository at this point in the history
Add stale workflow using defaults from home-assistant/actions
  • Loading branch information
agners authored Jul 11, 2023
2 parents 88eb398 + e331b9c commit 18a0bd8
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: "40 5 * * *"
workflow_dispatch:

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

0 comments on commit 18a0bd8

Please sign in to comment.