From e1819973b615c649f1cb5cc64cf634f53f7da241 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <hector@hectorramos.com>
Date: Wed, 6 Feb 2019 10:34:58 -0800
Subject: [PATCH] Rename labels in stale.yml

---
 .github/stale.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/stale.yml b/.github/stale.yml
index 4e334d27a425b0..bf9e3a327e57dc 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