Skip to content

Commit

Permalink
Increased the days
Browse files Browse the repository at this point in the history
The default number of days is a bit short, as activity is usually low.
  • Loading branch information
stelgenhof authored Mar 5, 2020
1 parent 80ec547 commit 4793a28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been open 30 days with no activity. Please remove the stale label or comment, or this will be closed in 5 days'
stale-pr-message: 'This pull request has been open 30 days with no activity. Please remove the stale label or comment, or this will be closed in 5 days'
stale-issue-message: 'This issue has been open 60 days with no activity. Please remove the stale label or comment, or this will be closed in 10 days.'
stale-pr-message: 'This pull request has been open 60 days with no activity. Please remove the stale label or comment, or this will be closed in 10 days.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
days-before-stale: 30
days-before-close: 5
days-before-stale: 60
days-before-close: 10

0 comments on commit 4793a28

Please sign in to comment.