Skip to content

Commit

Permalink
Stale issue github workflow (celestiaorg#2667)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin authored and vgonkivs committed Oct 5, 2023
1 parent a65c349 commit b061c5c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 8 * * *'

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
exempt-issue-labels: 'keep-open'
start-date: '2023-09-01T00:00:00Z'

0 comments on commit b061c5c

Please sign in to comment.