summaryrefslogtreecommitdiff
path: root/.github/labeler.yml
blob: f43a2f77e0961eec22c6c7add442d8ad459f4740 (plain)
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
"6.topic: archived":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - archived/**/*

"6.topic: cgit":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - cgit/**/*

"6.topic: ci":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - .github/**/*
              - hooks/**/*
              - images4docker/**/*
              - */ci/**/*
              - */.github/**/*

"6.topic: cmark":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - cmark/**/*

"6.topic: corebinutils":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - corebinutils/**/*

"6.topic: documentation":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - '**/README*'
              - '**/docs/**/*'
              - '**/doc/**/*'
              - '**/man/**/*'
              - '**/LICENSE*'
              - LICENSES/**/*
              - '**/COPYING*'
              - '**/SECURITY*'
              - '**/CONTRIBUTING*'
              - '**/TRADEMARK*'

"6.topic: forgewrapper":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - forgewrapper/**/*

"6.topic: genqrcode":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - genqrcode/**/*

"6.topic: json4cpp":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - json4cpp/**/*

"6.topic: libnbtplusplus":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - libnbtplusplus/**/*

"6.topic: licensing":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - LICENSES/**/*
              - '**/LICENSE*'
              - '**/COPYING*'
              - '**/TRADEMARK*'
              - '**/REUSE.toml'
              - '**/.reuse/**/*'

"6.topic: meshmc":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - meshmc/**/*

"6.topic: meta":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - meta/**/*

"6.topic: mnv":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - mnv/**/*

"6.topic: neozip":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - neozip/**/*

"6.topic: nix":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - '**/flake.nix'
              - '**/default.nix'
              - '**/*.nix'
              - '**/nix/**/*'

"6.topic: qt/kde":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - meshmc/**/*.{ui,qrc,ts}
              - meshmc/cmake/**/*
              - meshmc/launcher/**/*.{cpp,h,hpp,ui,qrc,ts}
              - meshmc/launcher/resources/**/*
              - meshmc/launcher/translations/**/*
              - meshmc/launcher/ui/**/*
              - meshmc/updater/**/*
              - genqrcode/cmake/**/*
              - tomlplusplus/cmake/**/*
              - json4cpp/cmake/**/*
              - cmark/cmake/**/*

"6.topic: resources":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - '**/branding/**/*'
              - '**/icons/**/*'
              - '**/pixmaps/**/*'
              - '**/runtime/icons/**/*'
              - '**/resources/**/*'
              - '**/screenshots/**/*'
              - '**/backgrounds/**/*'
              - '**/*.png'
              - '**/*.svg'
              - '**/*.ico'
              - '**/*.icns'
              - '**/*.bmp'
              - '**/*.xpm'

"6.topic: testing":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - '**/test/**/*'
              - '**/tests/**/*'
              - '**/testdata/**/*'
              - '**/api_test/**/*'
              - '**/fuzz/**/*'
              - meta/fuzz/**/*

"6.topic: tomlplusplus":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - tomlplusplus/**/*

"6.topic: tooling":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - '**/tools/**/*'
              - '**/scripts/**/*'
              - buildconfig/**/*
              - meshmc/buildconfig/**/*

"8.has: changelog":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - CHANGELOG*
              - '**/CHANGELOG*'
              - doc/release-notes/**/*
              - docs/release-notes/**/*

"8.has: github-actions":
  - any:
      - changed-files:
          - any-glob-to-any-file:
              - .github/workflows/**/*
              - .github/actions/**/*