From caba14a36e0285cd4983ace116c0429401a549f8 Mon Sep 17 00:00:00 2001 From: Jaex Date: Fri, 28 May 2021 04:19:19 +0300 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a5714c3d6..cdbae4912 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,11 +13,11 @@ jobs: stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.' stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.' days-before-issue-stale: 180 - days-before-pr-stale: 30 + days-before-pr-stale: 60 days-before-issue-close: 7 days-before-pr-close: 7 stale-issue-label: 'Stale' stale-pr-label: 'Stale' exempt-issue-labels: 'Bug,Enhancement' exempt-pr-labels: '' - operations-per-run: 300 \ No newline at end of file + operations-per-run: 100 \ No newline at end of file