From 9473279c22be625d6c59a8747f5f50e72535a129 Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Fri, 6 Dec 2024 11:24:23 -0800 Subject: [PATCH] test --- .github/workflows/scheduled.yml | 2 ++ 1 file changed, 2 insertions(+) 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