From c404f9b4baf57b946d4dd8d00fce5225e2b5131b Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 16 Nov 2022 23:32:05 +0800 Subject: [PATCH] ci(stale): disable remove-stale-when-updated (#21075) The needs:response label should only be added and removed manually, and the action's behavior of removing the label on any activity (e.g. title change, removing reviewers) is unwanted. --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a10f73531d..345da211cb 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,6 +17,7 @@ jobs: days-before-stale: -1 stale-issue-label: needs:response stale-pr-label: needs:response + remove-stale-when-updated: false close-issue-message: "This issue has been closed since a request for information has not been answered for 30 days. It can be reopened when the requested information is provided."