From 40a6fcbdff03fad4f66ac8f3124fbdd9fa503dcd Mon Sep 17 00:00:00 2001 From: Andy Hsu Date: Mon, 2 Oct 2023 14:13:11 +0800 Subject: [PATCH] ci: do not stale issue with `working` or `pr-welcome` label [skip ci] --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 3cd99ec039b..1148f62f805 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,8 @@ daysUntilClose: 20 exemptLabels: - accepted - security + - working + - pr-welcome # 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