From 17a8290ca7ac940cdd67a389f6fae0eb979bfebd Mon Sep 17 00:00:00 2001 From: Aki Nitta Date: Sat, 20 Nov 2021 01:49:07 +0900 Subject: [PATCH] Use new GitHub labels (#10552) --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 1ac5e7448c..51b57c0798 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,8 +8,8 @@ issues: daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - p0 - - p1 + - "priority: 0" + - "priority: 1" # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it hasn't had any recent activity.