From 186bbf7dfdce4e8b5963fce1ab9567ba0ce04488 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 25 Mar 2025 18:12:36 -0700 Subject: [PATCH] tools: remove stalled label on unstalled issues and PRs Fixes: https://github.com/nodejs/node/issues/54425 PR-URL: https://github.com/nodejs/node/pull/57630 Reviewed-By: Jordan Harband Reviewed-By: Darshan Sen Reviewed-By: Chemi Atlow Reviewed-By: Luigi Pinca --- .github/workflows/close-stalled.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/close-stalled.yml b/.github/workflows/close-stalled.yml index 6bf526baf01034..5b44fd2f1dfad3 100644 --- a/.github/workflows/close-stalled.yml +++ b/.github/workflows/close-stalled.yml @@ -32,7 +32,5 @@ jobs: only-labels: stalled # max requests it will send per run to the GitHub API before it deliberately exits to avoid hitting API rate limits operations-per-run: 500 - # deactivates automatic removal of stalled label if issue gets any activity - remove-stale-when-updated: false # deactivates automatic stale labelling as we prefer to do that manually days-before-stale: -1