Skip to content

Commit

Permalink
patch 9.0.1954: CI: change netrw label in labeller bot
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
k-takata authored and chrisbra committed Sep 29, 2023
1 parent 789b885 commit 112431f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*']
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1954,
/**/
1953,
/**/
Expand Down

0 comments on commit 112431f

Please sign in to comment.