mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
add more codeowners (#3430)
* add more codeowners Co-authored-by: Philipp Stehle <philipp.stehle@sap.com> * Apply suggestions from code review Co-authored-by: tiloKo <70266685+tiloKo@users.noreply.github.com> * apply decisions from alignment meeting Co-authored-by: Philipp Stehle <philipp.stehle@sap.com> Co-authored-by: tiloKo <70266685+tiloKo@users.noreply.github.com>
This commit is contained in:
parent
fa24ab9ed8
commit
511a541bd5
68
.github/CODEOWNERS
vendored
68
.github/CODEOWNERS
vendored
@ -36,15 +36,63 @@
|
||||
# directory in the root of your repository.
|
||||
#/docs/ @doctocat
|
||||
|
||||
##### Jenkins #####
|
||||
/pkg/jenkins/ @CCFenner
|
||||
|
||||
##### Sonar #####
|
||||
/pkg/sonar/ @CCFenner
|
||||
/resources/metadata/sonarExecuteScan.yaml @CCFenner
|
||||
/vars/sonarExecuteScan.groovy @CCFenner
|
||||
/cmd/sonarExecuteScan.go @CCFenner
|
||||
/cmd/sonarExecuteScan_test.go @CCFenner
|
||||
|
||||
##### Orchestrator #####
|
||||
pkg/orchestrator/ @inf2381
|
||||
#####################
|
||||
# Default #
|
||||
#####################
|
||||
|
||||
* @SAP/jenkins-library-core
|
||||
|
||||
|
||||
#####################
|
||||
# Steps #
|
||||
#####################
|
||||
|
||||
cnbBuild* @SAP/jenkins-library-cnb
|
||||
CnbBuild* @SAP/jenkins-library-cnb
|
||||
|
||||
sonarExecuteScan* @CCFenner
|
||||
SonarExecuteScan* @CCFenner
|
||||
|
||||
abapAddonAssemblyKit* @SAP/jenkins-library-abap
|
||||
AbapAddonAssemblyKit* @SAP/jenkins-library-abap
|
||||
abapEnvironmentAssemble* @SAP/jenkins-library-abap
|
||||
AbapEnvironmentAssemble* @SAP/jenkins-library-abap
|
||||
abapEnvironmentBuild* @SAP/jenkins-library-abap
|
||||
AbapEnvironmentBuild* @SAP/jenkins-library-abap
|
||||
|
||||
#####################
|
||||
# Integration tests #
|
||||
#####################
|
||||
|
||||
integration/integration_cnb_test.go @SAP/jenkins-library-cnb
|
||||
integration/testdata/TestCnbIntegration/ @SAP/jenkins-library-cnb
|
||||
|
||||
|
||||
####################
|
||||
# Go packages #
|
||||
####################
|
||||
|
||||
/pkg/cnbutils/ @SAP/jenkins-library-cnb
|
||||
|
||||
/pkg/sonar/ @CCFenner
|
||||
|
||||
/pkg/jenkins/ @CCFenner
|
||||
|
||||
/pkg/orchestrator/ @inf2381
|
||||
|
||||
/pkg/abap/ @SAP/jenkins-library-abap
|
||||
|
||||
####################
|
||||
# Misc #
|
||||
####################
|
||||
|
||||
.github/CODEOWNERS @phil9909 @SAP/jenkins-library-admin
|
||||
|
||||
|
||||
####################
|
||||
# Generated #
|
||||
####################
|
||||
|
||||
*_generated.go
|
||||
|
Loading…
Reference in New Issue
Block a user