1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 00:06:26 -04:00
nix.dev/.github/CODEOWNERS
2023-03-18 11:35:29 +01:00

55 lines
1.4 KiB
Plaintext

# 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