mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Updating confidential maintainers (#38668)
Removed 'sampfluger88' from '.github/workflows' code owners and added code owner assignments for various issue templates, specifying responsible users for each template.
This commit is contained in:
parent
ffe6df25be
commit
40bd4ccc45
1 changed files with 11 additions and 1 deletions
12
website/config/custom.js
vendored
12
website/config/custom.js
vendored
|
|
@ -324,7 +324,17 @@ module.exports.custom = {
|
|||
// Config as code for infrastructure, internal security and IT use cases, and more.
|
||||
'mdm_profiles': ['lukeheath'],//« for dogfood.fleetdm.com, this is the required OS settings applied to contributor Macs
|
||||
'vpn': ['rfairburn', 'lukeheath'],// « for managing VPN rules for accessing customer and Fleet Sandbox infrastructure
|
||||
'.github/workflows': ['sampfluger88', 'lukeheath'],//« CI/CD workflows
|
||||
'.github/workflows': ['lukeheath'],//« CI/CD workflows
|
||||
|
||||
// Issue templates
|
||||
'.github/ISSUE_TEMPLATE/3-sale.md': ['sampfluger88'],
|
||||
'.github/ISSUE_TEMPLATE/2-expansion.md': ['sampfluger88'],
|
||||
'.github/ISSUE_TEMPLATE/9-renewal.md': ['sampfluger88'],
|
||||
'.github/ISSUE_TEMPLATE/prepare-event.md': ['sampfluger88'],
|
||||
'.github/ISSUE_TEMPLATE/technical-evaluation.md': ['allenhouchins', 'sampfluger88'],
|
||||
'.github/ISSUE_TEMPLATE/solutions-consulting-task.md': ['allenhouchins'],
|
||||
'.github/ISSUE_TEMPLATE/new-nfr-request.yml': ['allenhouchins'],
|
||||
|
||||
|
||||
// Repo automation and change control settings
|
||||
'CODEOWNERS': ['mikermcneil', 'sampfluger88', 'lukeheath', 'ireedy'], // (« for changing who reviews is automatically requested from for given paths)
|
||||
|
|
|
|||
Loading…
Reference in a new issue