Skip to content

Commit

Permalink
add stale PR and Issue manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin committed Sep 7, 2023
1 parent 984a176 commit 2b6d021
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 0 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
days-before-close: 14
days-before-issue-stale: 90
days-before-issue-close: 21

0 comments on commit 2b6d021

Please sign in to comment.