From e8f6c57ae6392518c2a887b11c9d7368d8ca0b75 Mon Sep 17 00:00:00 2001 From: Paul Stone Date: Thu, 19 Sep 2024 16:55:30 +0200 Subject: [PATCH] codeowners and ci added --- .gitlab-ci.yml | 9 +++++++++ .gitlab/CODEOWNERS | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 .gitlab-ci.yml create mode 100644 .gitlab/CODEOWNERS diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..0bece52 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +# +# DO NOT EDIT THIS FILE +# Changes to the CI configuration must be submitted to the sandwave/infra repo. +# + +include: + - project: sandwave/infra + ref: $INFRA_PIPELINE_REF + file: .gitlab/ci/vat-php-ci.yml diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS new file mode 100644 index 0000000..fa1425b --- /dev/null +++ b/.gitlab/CODEOWNERS @@ -0,0 +1,3 @@ +CODEOWNERS @sandwave/team-infra @sandwave/circle-architecture +/.gitlab/ @sandwave/team-infra +*.gitlab-ci.yml @sandwave/team-infra