From 67a93b4008807ae62624b60ac3ea8f7f8576b8ca Mon Sep 17 00:00:00 2001 From: Sagarpreet <53554917+Sagarpreet@users.noreply.github.com> Date: Wed, 7 Oct 2020 20:06:33 +0530 Subject: [PATCH] change stale bot to use pulls only (#8476) * imp * pulls * changed --- .github/stale.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 3a3bb982a2..fbae779712 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,11 +1,11 @@ # Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an Issue or Pull Request becomes stale -daysUntilStale: 45 +daysUntilStale: 365 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed. # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. -daysUntilClose: 5 +daysUntilClose: 10 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) onlyLabels: [] @@ -34,7 +34,7 @@ staleLabel: stale markComment: > Hi :smile:, this issue has been automatically marked as stale because it has not had recent activity. Don't worry you can continue to work on this and ask @publiclab/reviewers - to add "work in progress" label :tada: . Otherwise, it will be closed if no further activity occurs in 5 days -- but you can always re-open it if you like! :100: + to add "work in progress" label :tada: . Otherwise, it will be closed if no further activity occurs in 10 days -- but you can always re-open it if you like! :100: Thank you for your contributions :raised_hands: :balloon:. # Comment to post when removing the stale label. @@ -46,10 +46,10 @@ markComment: > # Your comment here. # Limit the number of actions per hour, from 1-30. Default is 30 -limitPerRun: 30 +limitPerRun: 5 -# Limit to only `issues` or `pulls` -# only: issues +#Limit to only `issues` or `pulls` +only: pulls # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': # pulls: