From 4cafe3252592f832e24c843df73fe3bbbd393c4d Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Sun, 26 Sep 2021 17:06:35 +0200 Subject: [PATCH] [IMP] github stale action: Work on oldest issues/prs first --- .github/workflows/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ed453571e..1693a1253 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,6 +13,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} # General settings. + ascending: true remove-stale-when-updated: true # Pull Requests settings. # 120+30 day stale policy for PRs @@ -50,6 +51,7 @@ jobs: uses: actions/stale@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} + ascending: true only-labels: "needs more information" exempt-issue-labels: "no stale" days-before-stale: 15