neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit c404f9b4baf57b946d4dd8d00fce5225e2b5131b
parent fa7e1e26019112ff9e2ea42626995f04e2a4e032
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed, 16 Nov 2022 23:32:05 +0800

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.
Diffstat:
M.github/workflows/stale.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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."