-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'INFRA-183-add-gitlab-ci-codeowners' into 'main'
codeowners and ci added Closes INFRA-183 See merge request sandwave/packages/vat-php!1
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CODEOWNERS @sandwave/team-infra @sandwave/circle-architecture | ||
/.gitlab/ @sandwave/team-infra | ||
*.gitlab-ci.yml @sandwave/team-infra |