diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index abf39bf2e..714dfea59 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -18,6 +18,7 @@ jobs: name: Stale Issue and PR Cleanup on: workflow_dispatch: true + pull_request: schedule: - cron: '30 1 * * *' @@ -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