mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
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:
parent
4868ca4a80
commit
186bbf7dfd
2
.github/workflows/close-stalled.yml
vendored
2
.github/workflows/close-stalled.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user