From 800acbc25b08fb82838a5f248f7e5b15a5737a83 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Sun, 3 Sep 2017 15:03:49 -0700 Subject: [PATCH] whitelist "developer-experience" tag for stalebot [ci skip] --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 748e2845f7..43e932a98c 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -26,6 +26,7 @@ exemptLabels: - semver-patch - reporter - common-mistake + - developer-experience # 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