From 4be4b1f7477bf15c2016578211d55fd39aa4f58c Mon Sep 17 00:00:00 2001 From: lovyan03 <42724151+lovyan03@users.noreply.github.com> Date: Mon, 26 Dec 2022 08:29:39 +0900 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 e4091c17..ceee9290 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,8 +19,8 @@ jobs: 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. Thank you for your contributions.' stale-issue-label: 'stale' stale-pr-label: 'stale' - days-before-stale: 10 - days-before-close: 1 + days-before-stale: 30 + days-before-close: 7 exempt-issue-labels: 'pinned' exempt-pr-labels: 'awaiting-approval,work-in-progress' remove-stale-when-updated: true