From: Hugo van Kemenade Date: Fri, 6 May 2022 07:18:22 +0000 (+0300) Subject: Don't apply 'stale' label to issues (#91501) X-Git-Tag: v3.11.0b1~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bebb944de56883e886891b9786351ad36240d989;p=thirdparty%2FPython%2Fcpython.git Don't apply 'stale' label to issues (#91501) --- diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a8fecbf216b9..f422707afb9e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,8 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.' stale-pr-label: 'stale' - days-before-stale: 30 + days-before-issue-stale: -1 + days-before-pr-stale: 30 days-before-close: -1 ascending: true operations-per-run: 120