From 9003c9dcd649725132c47a6d8bb085876ffd5c77 Mon Sep 17 00:00:00 2001 From: Robbin Janssen Date: Thu, 16 Mar 2023 09:26:47 +0100 Subject: [PATCH] Update labels.yml --- .github/labels.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 10b15f4..03b2c86 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -33,6 +33,12 @@ - name: "in-progress" color: fbca04 description: "Issue is currently being resolved by a developer." +- name: "stale" + color: fef2c0 + description: "There has not been activity on this issue or PR for quite some time." +- name: "no-stale" + color: fef2c0 + description: "This issue or PR is exempted from the stable bot." - name: "security" color: ee0701