Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Sep 13, 2024
1 parent 68c33eb commit 5077102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '00 02,14 * * *'
- cron: '00 02 * * *'

permissions:
issues: write
Expand All @@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/stale@v9
with:
days-before-issue-stale: 180
stale-issue-message: 'This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
stale-pr-message: 'This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
operations-per-run: 100

0 comments on commit 5077102

Please sign in to comment.