summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKen Takata <kentkt@csc.jp>2023-09-29 19:48:09 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-29 19:48:09 +0200
commit112431f21762bdcb3ee4ce2d7d8f91da07f3bf71 (patch)
tree061292457d4a9a5fa4c1809fd01238354c32e700 /.github
parent789b8854d2f9f92089047665d52d08769f29c927 (diff)
patch 9.0.1954: CI: change netrw label in labeller botv9.0.1954
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>
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 9abc870b08..6eef8d2cdd 100644
--- 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*']