Skip to content

Commit

Permalink
Fix stale workflow failure and adjust cron to UTC time
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia authored Apr 4, 2024
1 parent 6594588 commit f8312ea
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 f8312ea

Please sign in to comment.