Skip to content

Commit

Permalink
Run Stale Action Every 5th Hour
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Aug 23, 2023
1 parent ea27fa7 commit 67ccb0c
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 67ccb0c

Please sign in to comment.