diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-11-16 23:32:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 16:32:05 +0100 |
commit | c404f9b4baf57b946d4dd8d00fce5225e2b5131b (patch) | |
tree | 95a3dc6737e21a7e887c30265baef904bd75c1ee | |
parent | fa7e1e26019112ff9e2ea42626995f04e2a4e032 (diff) | |
download | rneovim-c404f9b4baf57b946d4dd8d00fce5225e2b5131b.tar.gz rneovim-c404f9b4baf57b946d4dd8d00fce5225e2b5131b.tar.bz2 rneovim-c404f9b4baf57b946d4dd8d00fce5225e2b5131b.zip |
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.
-rw-r--r-- | .github/workflows/stale.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a10f73531d..345da211cb 100644 --- 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." |