Skip to content

Commit

Permalink
innocent whistle...
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph authored Jun 7, 2024
1 parent 993780a commit cc6ac85
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 @@ -7,7 +7,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: '42 11 * * *'
- cron: '45 20 * * *'

jobs:
stale:
Expand All @@ -26,7 +26,7 @@ jobs:
stale-issue-label: 'wonfix'
stale-pr-label: 'wonfix'
close-issue-label: 'declined'
days-before-stale: 300
days-before-stale: 200
days-before-close: 60
exempt-issue-labels: notstale
exempt-pr-labels: notstale

0 comments on commit cc6ac85

Please sign in to comment.