annotate .github/labeler.yml @ 33214:39bc126cc890 v9.0.1884

patch 9.0.1884: Wrong order of arguments for error messages Commit: https://github.com/vim/vim/commit/1bd2cb11694690a77e4141bce2e34d9dfb882f1c Author: Christ van Willegen <cvwillegen@gmail.com> Date: Fri Sep 8 19:17:09 2023 +0200 patch 9.0.1884: Wrong order of arguments for error messages Problem: Wrong order of arguments for error messages Solution: Reverse order or arguments for e_aptypes_is_null_nr_str closes: #13051 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Fri, 08 Sep 2023 19:30:05 +0200
parents d5415aca2e3c
children 6d3260004323
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32879
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 # list of labels and minimatch globs to match to apply the label.
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
2
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3 CI:
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
4 - any: ['.cirrus.yml']
32912
d5415aca2e3c patch 9.0.1764: CI: label should not be set on all yml files
Christian Brabandt <cb@256bit.org>
parents: 32879
diff changeset
5 - any: ['.github/dependabot.yml']
d5415aca2e3c patch 9.0.1764: CI: label should not be set on all yml files
Christian Brabandt <cb@256bit.org>
parents: 32879
diff changeset
6 - any: ['.github/labeler.yml']
d5415aca2e3c patch 9.0.1764: CI: label should not be set on all yml files
Christian Brabandt <cb@256bit.org>
parents: 32879
diff changeset
7 - any: ['.github/workflows/*']
32879
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
8 - any: ['.appveyor.yml']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
9 - any: ['.codecov.yml']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
10
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
11 translation:
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
12 - any: ['src/po/*.po']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
13
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
14 if_lua:
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
15 - any: ['src/if_lua.c']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
16 - any: ['src/proto/if_lua.pro']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
17 - any: ['runtime/doc/if_lua.txt']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
18
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
19 if_mzscheme:
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
20 - any: ['src/if_mzsch.c']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
21 - any: ['src/if_mzsch.h']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
22 - any: ['src/proto/if_mzsch.pro']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
23 - any: ['runtime/doc/if_mzsch.txt']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
24
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
25 if_perl:
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
26 - any: ['src/if_perl.xs']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
27 - any: ['src/if_perlsfio.c']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
28 - any: ['src/proto/if_perl.pro']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
29 - any: ['src/proto/if_perlsfio.pro']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
30 - any: ['runtime/doc/if_perl.txt']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
31
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
32 if_python:
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
33 - any: ['src/if_py_both.h']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
34 - any: ['runtime/doc/if_pyth.txt']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
35 - any: ['src/if_python.c']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
36 - any: ['src/if_python3.c']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
37 - any: ['src/proto/if_python.pro']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
38 - any: ['src/proto/if_python3.pro']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
39
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
40 if_ruby:
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
41 - any: ['src/if_ruby.c']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
42 - any: ['src/proto/if_ruby.pro']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
43 - any: ['runtime/doc/if_ruby.txt']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
44
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
45 if_tcl:
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
46 - any: ['src/if_tcl.c']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
47 - any: ['src/proto/if_tcl.pro']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
48 - any: ['runtime/doc/if_tcl.txt']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
49
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
50 runtime:
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
51 - any: ['runtime/ftplugin']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
52 - any: ['runtime/syntax']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
53 - any: ['runtime/indent']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
54 - any: ['runtime/pack/dist/opt/termdebug/plugin/termdebug.vim']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
55
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
56 termdebug: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
57
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
58 netrw:
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
59 - any: ['runtime/plugin/netrwPlugin.vim']
49e4d7aa402c patch 9.0.1748: CI: cannot label issues automatically
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
60 - any: ['runtime/autoload/netrw*']