aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-30 02:58:38 +0100
committerGravatar GitHub <[email protected]>2020-11-30 02:58:38 +0100
commitcd074657f8420866f0c5c2307c082d70c34c5e2d (patch)
treedb736dd05b9de803d3314db308c10d8db993523d
parentUpdate information for the .aoc about embed (diff)
parentAdd myself to CODEOWNERS of CI files (diff)
Merge branch 'master' into ks123/advent-of-code
-rw-r--r--.github/CODEOWNERS12
1 files changed, 10 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index cf343e5f..4a702e0c 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,2 +1,10 @@
-# Request Joe for any PR
-* @jb3
+# Request Dennis for any PR
+* @Den4200
+
+# CI & Docker
+.github/workflows/** @Akarys42 @SebastiaanZ
+Dockerfile @Akarys42
+docker-compose.yml @Akarys42
+
+# Tools
+Pipfile* @Akarys42