From 96f6bd953f0f00c2d6ab082ee1e9ba1846b4236e Mon Sep 17 00:00:00 2001 From: Yuva <94527987+yuvashrikarunakaran@users.noreply.github.com> Date: Wed, 25 Dec 2024 11:00:10 +0530 Subject: [PATCH] Update stale.yml To modify the stale bot configuration to apply only to pull requests, you can adjust the configuration as follows --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 6601ef8c06..cc8b393810 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,10 +1,10 @@ -daysUntilStale: 120 + daysUntilStale: 120 daysUntilClose: 7 exemptLabels: - security staleLabel: wontfix markComment: > - This issue has been automatically marked as stale because it has not had + 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. only: pulls