diff --git a/.github/workflows/triage-stale-pull-requests.yml b/.github/workflows/triage-stale-pull-requests.yml index 8824f559..892a62c4 100644 --- a/.github/workflows/triage-stale-pull-requests.yml +++ b/.github/workflows/triage-stale-pull-requests.yml @@ -15,6 +15,7 @@ jobs: days-before-issue-close: -1 days-before-pr-stale: 30 days-before-pr-close: 30 + ascending: true # start processing older pull requests first stale-pr-message: > This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! close-pr-message: >