Skip to content

Commit

Permalink
Run actions/stale every 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Nov 16, 2023
1 parent 7da6b4e commit c3b49cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:

on:
schedule:
- cron: '0 * * * *' # Every hour on the hour
- cron: '*/15 * * * *'

jobs:
stale-resolved-issues:
Expand Down

0 comments on commit c3b49cc

Please sign in to comment.