]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
chore(github): add CODEOWNERS file
authorHarald Hoyer <harald@redhat.com>
Thu, 14 Jan 2021 09:56:23 +0000 (10:56 +0100)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Sat, 16 Jan 2021 03:14:03 +0000 (03:14 +0000)
All CODEOWNERS are automatically added as reviewers.

.github/CODEOWNERS [new file with mode: 0644]

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644 (file)
index 0000000..e4362b2
--- /dev/null
@@ -0,0 +1,9 @@
+# This is a comment.
+# Each line is a file pattern followed by one or more owners.
+
+# These owners will be the default owners for everything in
+# the repo. Unless a later match takes precedence,
+# @global-owner1 and @global-owner2 will be requested for
+# review when someone opens a pull request.
+*       @haraldh @danimo @johannbg
+