Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai authored Mar 6, 2024
1 parent 7f2663d commit f3d86bc
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
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * 1-5'
- cron: '30 1 * * 1'

permissions:
issues: write
Expand All @@ -11,6 +11,6 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
days-before-close: -1

0 comments on commit f3d86bc

Please sign in to comment.