Skip to content

Commit

Permalink
relax from every hour to every 8 hours. (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Jan 28, 2025
1 parent 349a8cf commit d731dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-stale-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Issue management - run stale action

on:
schedule:
# hourly at minute 41
- cron: "41 * * * *"
# every 8 hours at 41 past
- cron: "41 */8 * * *"

permissions:
contents: read
Expand Down

0 comments on commit d731dbf

Please sign in to comment.