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 <ljharb@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Rich Trott 2025-03-25 18:12:36 -07:00
parent 4868ca4a80
commit 186bbf7dfd

View File

@ -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