changeset 33391:6d3260004323 v9.0.1954

patch 9.0.1954: CI: change netrw label in labeller bot Commit: https://github.com/vim/vim/commit/112431f21762bdcb3ee4ce2d7d8f91da07f3bf71 Author: Ken Takata <kentkt@csc.jp> Date: Fri Sep 29 19:48:09 2023 +0200 patch 9.0.1954: CI: change netrw label in labeller bot Problem: CI: change netrw label in labeller bot Solution: Rename it to 'plugin-netrw' closes: #13217 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Ken Takata <kentkt@csc.jp>
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Sep 2023 20:00:05 +0200
parents 8a3f4b3cbf41
children 3d3d0492824e
files .github/labeler.yml src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -55,6 +55,6 @@ runtime:
 
 termdebug: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
 
-netrw:
+plugin-netrw:
 - any: ['runtime/plugin/netrwPlugin.vim']
 - any: ['runtime/autoload/netrw*']
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1954,
+/**/
     1953,
 /**/
     1952,