From 6fa185f59e843b108a9b8c20e8b76d34a8b17222 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 5 Oct 2022 15:19:08 +0200 Subject: [PATCH] ci: stale only issues [skip ci] --- .github/workflows/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8d8c9ff..af53e08 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,10 +12,12 @@ jobs: steps: - uses: actions/stale with: - days-before-stale: 90 + days-before-stale: 180 days-before-close: 30 stale-issue-label: stale stale-issue-message: > This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment! close-issue-message: > This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue, please open a new issue. + exempt-issue-labels: discussion + only-pr-labels: not-a-real-label