-
Notifications
You must be signed in to change notification settings - Fork 349
/
CODEOWNERS
Validating CODEOWNERS rules...
102 lines (82 loc) · 4.5 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
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
# Copyright (C) 2017-2020 Maciej Delmanowski <[email protected]>
# Copyright (C) 2017-2020 DebOps <https://debops.org/>
# SPDX-License-Identifier: GPL-3.0-or-later
# This is a CODEOWNERS file, which uses a syntax similar to the
# '.gitignore' file to define the reviewers of certain files or directories in
# the repository. Order of the entries is important, the last matching entry
# wins. You can read more about how this file works at:
# * https://help.github.com/articles/about-codeowners/
# * https://docs.gitlab.com/ee/user/project/code_owners.html
# Reviewers can be added into "teams" according to their interests, each
# reviewer is identified by their GitHub username to allow for GitHub to notify
# them on changes in their selected files. If you are registered as a reviewer
# here, you are expected to perform reviews of pull requests to the repository
# in a reasonable time, usually a week. If a review might take longer, leave
# a comment so that we know that you want to do it.
#
# Available teams:
# - Documentation: drybjed, tasosalvas
# - Mail: imrejonk
# - Security (DebOps Security Policy): drybjed, ypid
# - Self-hosting (etesync, debops-contrib.*): ypid
# Global, default reviewers for everything in the repository
* @drybjed
# Documentation
/docs/ @drybjed @tasosalvas
*.rst @drybjed @tasosalvas
*.md @drybjed @tasosalvas
lib/images/ @drybjed @tasosalvas
docs/news/releases.rst @drybjed @tasosalvas @ypid
# Authors of new roles should add themselves below if they want to be notified
# about changes in their roles. Include all people in the global section as
# well, otherwise only you will be notified.
# To avoid redundancy, the sections below must reflect those find in
# docs/ansible/role-index.rst
#
# **SOFTWARE** is used with the intention to match all files with dovecot
# SOFTWARE in the file name (with as a substring match).
# Applications
**owncloud** @drybjed @ypid @imrejonk
**etesync** @drybjed @ypid
**foodsoft** @drybjed @ypid
**homeassistant** @drybjed @ypid
**kodi** @drybjed @ypid
**netbox** @drybjed @ypid
# Application services
**x2go_server** @drybjed @ypid
# Encryption
**cryptsetup** @drybjed @ypid
# Filesystems
**persistent_paths** @drybjed @ypid
**btrfs** @drybjed @ypid
**fuse** @drybjed @ypid
**snapshot_snapper** @drybjed @ypid
# Host provisioning
**dropbear_initramfs** @drybjed @ypid
# Mail and SMS services
**dovecot** @drybjed @imrejonk
**etc_aliases** @drybjed @imrejonk
**mailman** @drybjed @imrejonk
**nullmailer** @drybjed @imrejonk
**opendkim** @drybjed @imrejonk
**postconf** @drybjed @imrejonk
**postfix** @drybjed @imrejonk
**postldap** @drybjed @imrejonk
**postscreen** @drybjed
**postwhite** @drybjed
**roundcube** @drybjed @imrejonk
**saslauthd** @drybjed
**smstools** @drybjed
# Networking
**tor** @drybjed @ypid
# Operating system packages
**apt_cacher_ng** @drybjed @ypid
# System configuration
**etckeeper** @drybjed @ypid
# Security
**apparmor** @drybjed @ypid
**firejail** @drybjed @ypid
# Virtualization
**docker_server** @drybjed @imrejonk
# Not fully integrated roles.
ansible/debops-contrib-playbooks/ @drybjed @ypid