Skip to content

Commit

Permalink
chore: wait 90 days before applying stale label (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
nozaq authored Nov 23, 2020
1 parent 2ada4b1 commit 2ee4c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- uses: actions/stale@v1
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 5 days'
days-before-stale: 30
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

0 comments on commit 2ee4c29

Please sign in to comment.