]> granicus.if.org Git - vim/commitdiff
patch 8.2.1594: pull requests on github do not notify a maintainer v8.2.1594
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 11:48:58 +0000 (13:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 11:48:58 +0000 (13:48 +0200)
Problem:    Pull requests on github do not notify a maintainer.
Solution:   Add a CODEOWNERS file with a few initial entries.

.github/CODEOWNERS [new file with mode: 0644]
Filelist
src/version.c

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644 (file)
index 0000000..ff85bd5
--- /dev/null
@@ -0,0 +1,50 @@
+# Lines starting with '#' are comments.
+# Each line is a file pattern followed by one or more owners.
+# You can use github users with @user or email addresses
+
+# These owners will be the default owners for everything in the repo.
+*       @defunkt
+
+# Order is important. The last matching pattern has the most precedence.
+# So if a pull request only touches javascript files, only these owners
+# will be requested to review.
+
+src/libvterm/*                         @leonerd
+
+runtime/autoload/getscript.vim         @cecamp
+runtime/autoload/netrw.vim             @cecamp
+runtime/autoload/netrwFileHandlers.vim @cecamp
+runtime/autoload/netrwSettings.vim     @cecamp
+runtime/autoload/tar.vim               @cecamp
+runtime/autoload/vimball.vim           @cecamp
+runtime/autoload/zip.vim               @cecamp
+runtime/doc/pi_getscript.txt           @cecamp
+runtime/doc/pi_logipat.txt             @cecamp
+runtime/doc/pi_netrw.txt               @cecamp
+runtime/doc/pi_tar.txt                 @cecamp
+runtime/doc/pi_vimball.txt             @cecamp
+runtime/doc/pi_zip.txt                 @cecamp
+runtime/plugin/getscriptPlugin.vim     @cecamp
+runtime/plugin/logiPat.vim             @cecamp
+runtime/plugin/netrwPlugin.vim         @cecamp
+runtime/plugin/tarPlugin.vim           @cecamp
+runtime/plugin/vimballPlugin.vim       @cecamp
+runtime/plugin/zipPlugin.vim           @cecamp
+runtime/plugin/amiga.vim               @cecamp
+runtime/plugin/csh.vim                 @cecamp
+runtime/plugin/dcl.vim                 @cecamp
+runtime/plugin/wlmfilt.vim             @cecamp
+runtime/plugin/exports.vim             @cecamp
+runtime/plugin/lex.vim                 @cecamp
+runtime/plugin/lisp.vim                        @cecamp
+runtime/plugin/maple.vim               @cecamp
+runtime/plugin/netrw.vim               @cecamp
+runtime/plugin/rpcgen.vim              @cecamp
+runtime/plugin/sh.vim                  @cecamp
+runtime/plugin/sm.vim                  @cecamp
+runtime/plugin/tags.vim                        @cecamp
+runtime/plugin/tex.vim                 @cecamp
+runtime/plugin/vim.vim                 @cecamp
+runtime/plugin/xmath.vim               @cecamp
+runtime/plugin/xxd.vim                 @cecamp
+runtime/plugin/yacc.vim                        @cecamp
index cd1325f30e081bef023101e176b56e4e0f028f6a..bcf8f3d26023b8fc86b66b74ab5af7728b5dd975 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -10,6 +10,7 @@ SRC_ALL =     \
                .travis.yml \
                .cirrus.yml \
                .github/workflows/ci-windows.yaml \
+               .github/CODEOWNERS \
                appveyor.yml \
                ci/appveyor.bat \
                ci/if_ver*.vim \
index 7058d62dd24cc905c39b88484a09dcb02623d3b7..bd15f3d771e935ec95d66c4e59dbd6644c37135e 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1594,
 /**/
     1593,
 /**/