From 3ceeeb7343de7f03225b175fdff7e849e6c9cd70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Tue, 12 Mar 2019 15:02:30 -0700 Subject: [PATCH] Use Backlog label to keep issues open (#23789) Summary: The Stale bot closes issues that have been inactive for 97 days (90 days until marked as stale, then 7 days of no activity before it is closed). This helps us focus on issues that affect new releases, and gets rid of drive-by issues where there has been no follow up. This process, however, does not acknowledge there's a type of issue that trascends releases and which the team might want to keep track of in order to fix in a future release. The "Resolution: Backlog" label can be used to mark these types of issues, and keep the bot from closing them. [General] [Added] - GitHub: Add Backlog label Pull Request resolved: https://github.com/facebook/react-native/pull/23789 Differential Revision: D14429112 Pulled By: hramos fbshipit-source-id: ddec7d994a40e46b43de45b79a812fd4dbd28e6a --- .github/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index bf9e3a327e5..e0896503e04 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,12 +12,13 @@ exemptLabels: - "Help Wanted :octocat:" - "Impact: Regression" - "Resolution: PR Submitted" + - "Resolution: Backlog" # Label to use when marking an issue as stale -staleLabel: 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 "For Discussion" or "Good first issue" and I will leave it open. + 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: >