forked from biomejs/biome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler.yml
More file actions
95 lines (81 loc) · 1.94 KB
/
Copy pathlabeler.yml
File metadata and controls
95 lines (81 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# See https://github.com/actions/labeler
A-Cli:
- changed-files:
- any-glob-to-any-file:
- crates/biome_cli/**
- crates/biome_fs/**
- crates/biome_console/**
A-Core:
- changed-files:
- any-glob-to-any-file:
- crates/biome_deserializer/**
- crates/biome_fs/**
- crates/biome_rowan/**
- crates/biome_text_edit/**
- crates/biome_text_size/**
- crates/biome_suppression/**
- crates/biome_markup/**
A-Project:
- changed-files:
- any-glob-to-any-file:
- crates/biome_service/**
- crates/biome_configuration/**
A-Linter:
- changed-files:
- any-glob-to-any-file:
- crates/biome_analyze/**
- crates/biome_js_analyze/**
- crates/biome_json_analyze/**
A-Parser:
- changed-files:
- any-glob-to-any-file:
- crates/biome_parser/**
- crates/biome_js_parser/**
- crates/biome_js_syntax/**
- crates/biome_json_parser/**
- crates/biome_json_syntax/**
- crates/biome_css_parser/**
- crates/biome_css_syntax/**
A-Formatter:
- changed-files:
- any-glob-to-any-file:
- crates/biome_formatter/**
- crates/biome_formatter_test/**
- crates/biome_js_formatter/**
- crates/biome_json_formatter/**
- crates/biome_css_formatter/**
A-Editors:
- changed-files:
- any-glob-to-any-file:
- crates/editors/**
A-Diagnostic:
- changed-files:
- any-glob-to-any-file:
- crates/biome_diagnostics/**
- crates/biome_diagnostics_categories/**
- crates/biome_diagnostics_macros/**
A-Tooling:
- changed-files:
- any-glob-to-any-file:
- xtask/**
- crates/biome_ungrammar/**
A-LSP:
- changed-files:
- any-glob-to-any-file:
- crates/biome_lsp/**
A-Changelog:
- changed-files:
- any-glob-to-any-file:
- CHANGELOG.md
L-Javascript:
- changed-files:
- any-glob-to-any-file:
- crates/biome_js_*/**
L-Json:
- changed-files:
- any-glob-to-any-file:
- crates/biome_json_*/**
L-CSS:
- changed-files:
- any-glob-to-any-file:
- crates/biome_css_*/**