Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Dec 6, 2024
1 parent 3a205b0 commit 9473279
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
name: Stale Issue and PR Cleanup
on:
workflow_dispatch: true
pull_request:
schedule:
- cron: '30 1 * * *'

Expand All @@ -30,6 +31,7 @@ jobs:
steps:
- uses: actions/stale@v9
with:
debug-only: true
repo-token: ${{ secrets.STALE_WORKER_TOKEN }}
operations-per-run: 1000
days-before-stale: 45
Expand Down

0 comments on commit 9473279

Please sign in to comment.