Skip to content

Commit

Permalink
Update close-stale-issues.yml
Browse files Browse the repository at this point in the history
Run
  • Loading branch information
bvaughn committed Aug 13, 2024
1 parent ba9ef7c commit faafc69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/close-stale-issues.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Close stale issues and PRs
on:
schedule:
- cron: '30 1 * * *'
- cron: '23 * * * *'

jobs:
stale:
Expand All @@ -11,4 +11,4 @@ jobs:
with:
days-before-stale: 30
exempt-issue-labels: do-not-close
exempt-pr-labels: do-not-close
exempt-pr-labels: do-not-close

0 comments on commit faafc69

Please sign in to comment.