Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
Try to close all issues older than 90 days to de-clutter the whole thing
  • Loading branch information
ErdbeerbaerLP authored Mar 20, 2023
1 parent f43da26 commit a12d7cf
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,10 +13,10 @@ jobs:
- uses: actions/[email protected]
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 7 days'
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 7 days'
exempt-issue-label: 'enhancement'
stale-pr-message: 'This Pull-Request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'
stale-pr-message: 'This Pull-Request is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
days-before-stale: 999
days-before-close: 999
days-before-stale: 90
days-before-close: 97

0 comments on commit a12d7cf

Please sign in to comment.