annotate .github/labeler.yml @ 33700:275617cdd99f v9.0.2085

patch 9.0.2085: Vim9: abstract can be used in interface Commit: https://github.com/vim/vim/commit/2b358adde079d7cc8a7f42fcd5627866641c9a59 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Thu Nov 2 20:57:32 2023 +0100 patch 9.0.2085: Vim9: abstract can be used in interface Problem: Vim9: abstract can be used in interface Solution: Disallow the use of abstract in an interface fixes: #13456 closes: #13464 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2023 21:00:05 +0100
parents 6d3260004323
children f065fe97d07a
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
33391
6d3260004323 patch 9.0.1954: CI: change netrw label in labeller bot
Christian Brabandt <cb@256bit.org>
parents: 32912
diff changeset
58 plugin-netrw:
32879
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*']