Skip to content

Commit

Permalink
add Stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Apr 10, 2024
1 parent 17a5e74 commit c75d91f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Close stale issues and PRs'

on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-stale: 90
days-before-close: 30

0 comments on commit c75d91f

Please sign in to comment.