mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
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.
This commit is contained in:
parent
fa7e1e2601
commit
c404f9b4ba
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user