Mercurial > vim
annotate .github/labeler.yml @ 33463:0b8312c5dfe0 v9.0.1985
patch 9.0.1985: CI: codecov is intrusive
Commit: https://github.com/vim/vim/commit/9a00e7c7cfbc2bf7896962d729ccece46e728635
Author: dundargoc <gocdundar@gmail.com>
Date: Thu Oct 5 20:07:11 2023 +0200
patch 9.0.1985: CI: codecov is intrusive
Problem: CI: codecov is intrusive
Solution: disable codecov comments
The codecov report is incredibly intrusive, and getting a notification
for every PR to vim that codecov codecoved is annoying. If anyone is
interested in the report the information is readily available by
clicking on the job.
closes: #13285
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: dundargoc <gocdundar@gmail.com>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 05 Oct 2023 20:15:06 +0200 |
parents | 6d3260004323 |
children | f065fe97d07a |
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*'] |