Skip to content

Commit

Permalink
[ISSUE #4810] Fix stale workflow failure and adjust cron with UTC time (
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia authored Apr 5, 2024
1 parent 1887cd6 commit f45141d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ name: 'Remind stale issues and PRs'

on:
schedule:
- cron: '30 2 * * *'
- cron: '30 18 * * *'

permissions:
issues: write
pull-request: write
pull-requests: write

jobs:
stale:
Expand Down

0 comments on commit f45141d

Please sign in to comment.