Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nielsfaber/alarmo-card into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
nielsfaber committed Nov 28, 2021
2 parents cbfdc06 + 6f30239 commit 688cfdf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Close stale issues/pull requests"
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'
days-before-stale: 30
days-before-close: 7
operations-per-run: 500
exempt-issue-labels: 'will pick this up at some point'

0 comments on commit 688cfdf

Please sign in to comment.