From 5edc14c41a6ab2e23709596bd7afbc4cede900f4 Mon Sep 17 00:00:00 2001 From: Bryan Lamos Date: Fri, 22 Oct 2021 08:19:04 -0700 Subject: [PATCH] Change to ascending --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5d64646931594..161e8023fb656 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,7 +19,8 @@ jobs: close-pr-label: auto-close exempt-pr-labels: keep-open operations-per-run: 1200 - ascending: false + ascending: true + start-date: '2021-08-10' stale-pr-message: > This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.docs.microsoft.com/help/contribute/contribute-how-to-write-pull-request-automation) for instructions.