diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d1b68f7..af7562c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: "Close stale PR" on: schedule: - - cron: "0 0 * * 1,4" + - cron: "0 0 * * *" workflow_dispatch: @@ -21,3 +21,4 @@ jobs: remove-pr-stale-when-updated: true exempt-pr-labels: leave-open operations-per-run: 100 + ascending: true