From 1a76f28fb72de97dd15fdb06dffaf80b95d4a90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Wed, 6 Feb 2019 11:22:43 -0800 Subject: [PATCH] Rename labels in stale.yml (#23319) Summary: Otherwise, the bot will nag issues that should be whitelisted. This is a trivial change, Pull Request resolved: https://github.com/facebook/react-native/pull/23319 Differential Revision: D13974621 Pulled By: hramos fbshipit-source-id: e3b0f98f0332c75563b2031474fecf4317525cad --- .github/stale.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 4e334d27a..bf9e3a327 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,11 +6,12 @@ daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - Good first issue - - For Discussion + - "Type: Discussion" + - Partner - Core Team - "Help Wanted :octocat:" - - ":warning:Regression" - - ":clock1:PR Pending" + - "Impact: Regression" + - "Resolution: PR Submitted" # 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