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:
Mike McNeil 2023-03-22 22:57:31 -05:00 committed by GitHub
parent f970f6fb8d
commit 6eb9718309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'],