Skip to content

Commit

Permalink
close stale issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Feb 18, 2021
1 parent 990332a commit 0672dc0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Stale issue handler'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@main
with:
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-stale: 90
days-before-close: 5
exempt-issue-labels: 'blocked,must,should,keep'

0 comments on commit 0672dc0

Please sign in to comment.