Skip to content

Commit

Permalink
Run Stale Action Every 5th Hour (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich authored Aug 23, 2023
1 parent ea27fa7 commit 373f6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
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: "0 16 * * *"
- cron: "0 */5 * * *"

jobs:
stale:
Expand Down

0 comments on commit 373f6e6

Please # to comment.