-
-
Notifications
You must be signed in to change notification settings - Fork 259
/
CODEOWNERS
Validating CODEOWNERS rules...
54 lines (43 loc) · 1.38 KB
/
CODEOWNERS
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
# CODEOWNERS file
#
# This file is used to describe who owns what in this repository. This file does not
# replace `meta.maintainers` but is instead used for other things than derivations
# and modules, like documentation, package sets, and other assets.
#
# For documentation on this file, see https://help.github.com/articles/about-codeowners/
# Mentioned users will get code review requests.
#
# IMPORTANT NOTE: in order to actually get pinged, commit access is required.
# This also holds true for GitHub teams. Since almost none of our teams have write
# permissions, you need to list all members of the team with commit access individually.
# This file
.github/CODEOWNERS @domenkozar
# Dependabot
.github/dependabot.yml @domenkozar
# GitHub Actions
.github/workflows/ @domenkozar
# Meta-documentation
CONTRIBUTING.md @domenkozar
LICENSE.md @domenkozar
README.md @domenkozar @fricklerhandwerk
cla/ @domenkozar
# GitPod
.gitpod* @domenkozar
# gitignore
.gitignore @domenkozar
# Nix machinery
*.nix @domenkozar
flake.lock @domenkozar
# Python machinery
poetry.lock @domenkozar
pyproject.toml @domenkozar
# Build and run machinery
Makefile @domenkozar
live* @domenkozar
runtime.txt @domenkozar
run_code_block_tests.sh @domenkozar
.imgbogconfig @domenkozar
# Documentation sources
source/ @domenkozar @fricklerhandwerk
# Working group docs
maintainers/working_groups/learning_journey/ @zmitchell