mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Better way to sell (#10704)
relates to moving the file out of `free-for-all/`: https://github.com/fleetdm/confidential/pull/2327 ..
This commit is contained in:
parent
f970f6fb8d
commit
6eb9718309
13
website/config/custom.js
vendored
13
website/config/custom.js
vendored
@ -149,16 +149,19 @@ module.exports.custom = {
|
|||||||
'mdm_profiles': ['lukeheath', 'zwass'],
|
'mdm_profiles': ['lukeheath', 'zwass'],
|
||||||
'vpn': ['rfairburn', 'zwass'],
|
'vpn': ['rfairburn', 'zwass'],
|
||||||
|
|
||||||
// Folder that any fleetie (team member contracted with company) can push to, willy-nilly
|
// Folder that any fleetie (core team member, not consultants) can push to, willy-nilly
|
||||||
'free-for-all': '*',
|
'free-for-all': '*',
|
||||||
|
|
||||||
|
// Cold outbound strategy (see fleetdm.com/handbook/company/why-this-way for our vision of a better way to sell)
|
||||||
|
'cold-outbound-strategy.md': ['mikermcneil'],
|
||||||
|
|
||||||
// Boilerplate
|
// Boilerplate
|
||||||
'README.md': ['mikermcneil', 'zwass', 'hollidayn'],
|
'README.md': ['mikermcneil'],
|
||||||
'CODEOWNERS': ['mikermcneil', 'zwass', 'hollidayn', 'dherder', 'zayhanlon'],
|
'CODEOWNERS': ['mikermcneil'],
|
||||||
'.gitignore': ['mikermcneil', 'zwass', 'hollidayn', 'dherder', 'zayhanlon'],
|
'.gitignore': ['mikermcneil', 'zwass', 'hollidayn', 'dherder', 'zayhanlon', 'lukeheath', 'zwinnerman-fleetdm', 'rfairburn'],
|
||||||
|
|
||||||
// CI/CD workflows
|
// CI/CD workflows
|
||||||
'.github/workflows': ['mikermcneil', 'zwass', 'hollidayn'],
|
'.github/workflows': ['mikermcneil', 'zwass', 'hollidayn', 'lukeheath'],
|
||||||
|
|
||||||
// GitHub issue templates
|
// GitHub issue templates
|
||||||
'.github/ISSUE_TEMPLATE': ['mikermcneil'],
|
'.github/ISSUE_TEMPLATE': ['mikermcneil'],
|
||||||
|
Loading…
Reference in New Issue
Block a user