about summary refs log tree commit diff
path: root/.github/labeler.yml
blob: de580e129cf91f27969be7f991f9c297a695d076 (plain) (blame)
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
"6.topic: agda":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/agda.section.md
        - nixos/tests/agda.nix
        - pkgs/build-support/agda/**/*
        - pkgs/development/libraries/agda/**/*
        - pkgs/top-level/agda-packages.nix

"6.topic: cinnamon":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - pkgs/desktops/cinnamon/**/*
        - nixos/modules/services/x11/desktop-managers/cinnamon.nix
        - nixos/tests/cinnamon.nix

"6.topic: emacs":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - nixos/modules/services/editors/emacs.nix
        - nixos/modules/services/editors/emacs.xml
        - nixos/tests/emacs-daemon.nix
        - pkgs/applications/editors/emacs/elisp-packages/**/*
        - pkgs/applications/editors/emacs/**/*
        - pkgs/build-support/emacs/**/*
        - pkgs/top-level/emacs-packages.nix

"6.topic: Enlightenment DE":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - nixos/modules/services/x11/desktop-managers/enlightenment.nix
        - pkgs/desktops/enlightenment/**/*
        - pkgs/development/python-modules/python-efl/*

"6.topic: erlang":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/beam.section.md
        - pkgs/development/beam-modules/**/*
        - pkgs/development/interpreters/elixir/**/*
        - pkgs/development/interpreters/erlang/**/*
        - pkgs/development/tools/build-managers/rebar/**/*
        - pkgs/development/tools/build-managers/rebar3/**/*
        - pkgs/development/tools/erlang/**/*
        - pkgs/top-level/beam-packages.nix

"6.topic: fetch":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - pkgs/build-support/fetch*/**/*

"6.topic: flakes":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - '**/flake.nix'
        - lib/systems/flake-systems.nix
        - nixos/modules/config/nix-flakes.nix

"6.topic: GNOME":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/gnome.section.md
        - nixos/modules/services/desktops/gnome/**/*
        - nixos/modules/services/x11/desktop-managers/gnome.nix
        - nixos/tests/gnome-xorg.nix
        - nixos/tests/gnome.nix
        - pkgs/desktops/gnome/**/*

"6.topic: golang":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/go.section.md
        - pkgs/build-support/go/**/*
        - pkgs/development/compilers/go/**/*

"6.topic: haskell":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/haskell.section.md
        - maintainers/scripts/haskell/**/*
        - pkgs/development/compilers/ghc/**/*
        - pkgs/development/haskell-modules/**/*
        - pkgs/development/tools/haskell/**/*
        - pkgs/test/haskell/**/*
        - pkgs/top-level/haskell-packages.nix
        - pkgs/top-level/release-haskell.nix

"6.topic: jupyter":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - pkgs/development/python-modules/jupyter*/**/*
        - pkgs/development/python-modules/mkdocs-jupyter/*
        - nixos/modules/services/development/jupyter/**/*
        - pkgs/applications/editors/jupyter-kernels/**/*
        - pkgs/applications/editors/jupyter/**/*

"6.topic: kernel":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - pkgs/build-support/kernel/**/*
        - pkgs/os-specific/linux/kernel/**/*

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

"6.topic: lua":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - pkgs/development/interpreters/lua-5/**/*
        - pkgs/development/interpreters/luajit/**/*
        - pkgs/development/lua-modules/**/*
        - pkgs/top-level/lua-packages.nix

"6.topic: Lumina DE":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - nixos/modules/services/x11/desktop-managers/lumina.nix
        - pkgs/desktops/lumina/**/*

"6.topic: LXQt":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - nixos/modules/services/x11/desktop-managers/lxqt.nix
        - pkgs/desktops/lxqt/**/*

"6.topic: mate":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - nixos/modules/services/x11/desktop-managers/mate.nix
        - nixos/tests/mate.nix
        - pkgs/desktops/mate/**/*

"6.topic: module system":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - lib/modules.nix
        - lib/types.nix
        - lib/options.nix
        - lib/tests/modules.sh
        - lib/tests/modules/**

"6.topic: nixos":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - nixos/**/*
        - pkgs/os-specific/linux/nixos-rebuild/**/*

"6.topic: nim":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/nim.section.md
        - pkgs/development/compilers/nim/*
        - pkgs/development/nim-packages/**/*
        - pkgs/top-level/nim-packages.nix

"6.topic: nodejs":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/javascript.section.md
        - pkgs/build-support/node/**/*
        - pkgs/development/node-packages/**/*
        - pkgs/development/tools/yarn/*
        - pkgs/development/tools/yarn2nix-moretea/**/*
        - pkgs/development/web/nodejs/*

"6.topic: ocaml":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/ocaml.section.md
        - pkgs/development/compilers/ocaml/**/*
        - pkgs/development/compilers/reason/**/*
        - pkgs/development/ocaml-modules/**/*
        - pkgs/development/tools/ocaml/**/*
        - pkgs/top-level/ocaml-packages.nix

"6.topic: pantheon":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - nixos/modules/services/desktops/pantheon/**/*
        - nixos/modules/services/x11/desktop-managers/pantheon.nix
        - nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix
        - nixos/tests/pantheon.nix
        - pkgs/desktops/pantheon/**/*

"6.topic: php":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/php.section.md
        - pkgs/build-support/php/**/*
        - pkgs/development/interpreters/php/*
        - pkgs/development/php-packages/**/*
        - pkgs/test/php/default.nix
        - pkgs/top-level/php-packages.nix

"6.topic: policy discussion":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - .github/**/*

"6.topic: printing":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - nixos/modules/services/printing/cupsd.nix
        - pkgs/misc/cups/**/*

"6.topic: python":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/python.section.md
        - pkgs/development/interpreters/python/**/*
        - pkgs/development/python-modules/**/*
        - pkgs/top-level/python-packages.nix

"6.topic: qt/kde":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/qt.section.md
        - nixos/modules/services/x11/desktop-managers/plasma5.nix
        - nixos/tests/plasma5.nix
        - pkgs/applications/kde/**/*
        - pkgs/desktops/plasma-5/**/*
        - pkgs/development/libraries/kde-frameworks/**/*
        - pkgs/development/libraries/qt-5/**/*

"6.topic: ruby":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/ruby.section.md
        - pkgs/development/interpreters/ruby/**/*
        - pkgs/development/ruby-modules/**/*

"6.topic: rust":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/rust.section.md
        - pkgs/build-support/rust/**/*
        - pkgs/development/compilers/rust/**/*

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

"6.topic: steam":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - pkgs/games/steam/**/*

"6.topic: systemd":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - pkgs/os-specific/linux/systemd/**/*
        - nixos/modules/system/boot/systemd*/**/*

"6.topic: TeX":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/texlive.section.md
        - pkgs/test/texlive/**
        - pkgs/tools/typesetting/tex/**/*

"6.topic: vim":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/languages-frameworks/vim.section.md
        - pkgs/applications/editors/vim/**/*
        - pkgs/applications/editors/vim/plugins/**/*
        - nixos/modules/programs/neovim.nix
        - pkgs/applications/editors/neovim/**/*

"6.topic: vscode":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - pkgs/applications/editors/vscode/**/*

"6.topic: xfce":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - nixos/doc/manual/configuration/xfce.xml
        - nixos/modules/services/x11/desktop-managers/xfce.nix
        - nixos/tests/xfce.nix
        - pkgs/desktops/xfce/**/*

"6.topic: zig":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - pkgs/development/compilers/zig/**/*
        - doc/hooks/zig.section.md

"8.has: changelog":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - nixos/doc/manual/release-notes/**/*

"8.has: documentation":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - doc/**/*
        - nixos/doc/**/*

"8.has: module (update)":
  - any:
    - changed-files:
      - any-glob-to-any-file:
        - nixos/modules/**/*