From ffb2c8c2f430c9769d5dd7255d3c7f7e0d96cd38 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Fri, 14 Jan 2022 13:46:05 -0800 Subject: [PATCH] Removed .github/stale.yml as we're now using the Github Action Summary: As the title says, probot/stale is really unpredictable and happens to spam a lot of issues, making hard for us to follow up on those that are really relevant. We're now using actions/stale and this file is no longer necessary. Changelog: [Internal] [Changed] - Removed .github/stale.yml as we're now using the Github Action Reviewed By: mdvacca Differential Revision: D33585581 fbshipit-source-id: 02a645ca98985edcee22d24c1ad4c0b7056fc15d --- .github/stale.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index e0896503e04..00000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,26 +0,0 @@ -# Configuration for probot-stale - https://github.com/probot/stale -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - Good first issue - - "Type: Discussion" - - Partner - - Core Team - - "Help Wanted :octocat:" - - "Impact: Regression" - - "Resolution: PR Submitted" - - "Resolution: Backlog" -# Label to use when marking an issue as stale -staleLabel: Stale -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. - You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. - Thank you for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: > - Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. -only: issues