Add myself to product groups handbook maintainers (#17239)
This commit is contained in:
+10
-9
@@ -84,15 +84,16 @@ go.mod @fleetdm/go
|
||||
#
|
||||
# (see website/config/custom.js for DRIs of other paths not listed here)
|
||||
##############################################################################################
|
||||
/handbook/company @mikermcneil
|
||||
/handbook/README.md @mikermcneil
|
||||
/handbook/business-operations @sampfluger88
|
||||
/handbook/digital-experience @sampfluger88
|
||||
/handbook/customer-success @sampfluger88
|
||||
/handbook/demand @sampfluger88
|
||||
/handbook/engineering @sampfluger88
|
||||
/handbook/sales @sampfluger88
|
||||
/handbook/product-design @sampfluger88
|
||||
/handbook/company @mikermcneil
|
||||
/handbook/README.md @mikermcneil
|
||||
/handbook/business-operations @sampfluger88
|
||||
/handbook/digital-experience @sampfluger88
|
||||
/handbook/customer-success @sampfluger88
|
||||
/handbook/demand @sampfluger88
|
||||
/handbook/engineering @sampfluger88 @lukeheath
|
||||
/handbook/sales @sampfluger88
|
||||
/handbook/product-design @sampfluger88
|
||||
/handbook/company/product-groups @sampfluger88 @lukeheath
|
||||
|
||||
##############################################################################################
|
||||
# 🦿 GitHub issue templates
|
||||
|
||||
@@ -39,7 +39,7 @@ module.exports = {
|
||||
MAINTAINERS_BY_PATH = sails.config.custom.confidentialGithubRepoMaintainersByPath;
|
||||
}
|
||||
|
||||
if (repo === 'fleet-mdm-gitops') {
|
||||
if (repo === 'fleet-gitops') {
|
||||
MAINTAINERS_BY_PATH = sails.config.custom.fleetMdmGitopsGithubRepoMaintainersByPath;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+2
-1
@@ -221,9 +221,10 @@ module.exports.custom = {
|
||||
// Handbook
|
||||
'handbook/README.md': 'mikermcneil', // See https://github.com/fleetdm/fleet/pull/13195
|
||||
'handbook/company': 'mikermcneil',
|
||||
'handbook/company/product-groups': ['lukeheath', 'sampfluger88','mikermcneil'],
|
||||
'handbook/digital-experience': ['sampfluger88','mikermcneil'],
|
||||
'handbook/business-operations': ['sampfluger88','mikermcneil'],
|
||||
'handbook/engineering': ['sampfluger88','mikermcneil'],
|
||||
'handbook/engineering': ['sampfluger88','mikermcneil', 'lukeheath'],
|
||||
'handbook/product-design': ['sampfluger88','mikermcneil'],
|
||||
'handbook/sales': ['sampfluger88','mikermcneil'],
|
||||
'handbook/demand': ['sampfluger88','mikermcneil'],
|
||||
|
||||
Reference in New Issue
Block a user