From 3083bca8fb388092c5abfbe5efc58d1de757bb00 Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Tue, 7 Dec 2021 09:55:58 -0800 Subject: [PATCH] fix: Rename staleness.critical config parameter to staleness.extraold (#781) --- .github/auto-label.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml index ee3b8b2de..486f6e675 100644 --- a/.github/auto-label.yaml +++ b/.github/auto-label.yaml @@ -2,4 +2,4 @@ product: true staleness: pullrequest: true old: 30 - critical: 60 + extraold: 60