Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Feb 26, 2025
1 parent b3f21a5 commit 0a7f73c
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 @@ -13,7 +13,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: "0 * * * *"
- cron: "0 0 * * *"

permissions:
issues: write
Expand All @@ -33,7 +33,7 @@ jobs:
close-pr-message: 'This pull request did not get any activity in the past 180 days and thus has been closed.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
days-before-stale: 10
days-before-stale: 7
days-before-close: 180
remove-stale-when-updated: true
exempt-all-milestones: true
Expand Down

0 comments on commit 0a7f73c

Please sign in to comment.