mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update articles/ maintainer and DRI (#23025)
Changes: - Updated the maintainer and DRI for the `articles/` folder
This commit is contained in:
parent
8d58bcebd4
commit
e6a5dc3317
1 changed files with 5 additions and 5 deletions
10
website/config/custom.js
vendored
10
website/config/custom.js
vendored
|
|
@ -115,7 +115,7 @@ module.exports.custom = {
|
|||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
// FUTURE: To avoid repeating structure and comments, consolidate all these configs w/ something like:
|
||||
// ````
|
||||
// 'articles': { dri: 'mike-j-thomas', maintainers: ['mike-j-thomas', 'mike-j-thomas', 'spokanemac', 'mikermcneil'], repo: 'fleetdm/fleet' },
|
||||
// 'articles': { dri: 'mike-j-thomas', maintainers: ['mike-j-thomas', 'mike-j-thomas', 'mikermcneil'], repo: 'fleetdm/fleet' },
|
||||
// ````
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
|
|
@ -132,7 +132,7 @@ module.exports.custom = {
|
|||
'ee/cis': 'sharon-fdm',//« Fleet Premium only: built-in queries (built-in policies for CIS benchmarks) -- FYI: On 2023-07-15, we changed this so that Sharon, Lucas, and Rachel are all maintainers, but where there is a single DRI who is automatically requested approval from.
|
||||
|
||||
// 🫧 Articles and release notes
|
||||
'articles': 'spokanemac',
|
||||
'articles': 'rachaelshaw',
|
||||
'CHANGELOG.md': 'lukeheath',
|
||||
|
||||
// 🫧 Website (fleetdm.com)
|
||||
|
|
@ -216,9 +216,9 @@ module.exports.custom = {
|
|||
|
||||
|
||||
// Articles and release notes
|
||||
'CHANGELOG.md': ['mikermcneil', 'spokanemac', 'noahtalerman', 'lukeheath'],
|
||||
'articles': ['mike-j-thomas', 'mike-j-thomas', 'eashaw', 'mikermcneil', 'spokanemac'],
|
||||
'website/assets/images/articles': ['spokanemac', 'mike-j-thomas', 'mike-j-thomas', 'eashaw', 'mikermcneil'],
|
||||
'CHANGELOG.md': ['mikermcneil', 'noahtalerman', 'lukeheath'],
|
||||
'articles': ['mike-j-thomas', 'mike-j-thomas', 'eashaw', 'mikermcneil', 'rachaelshaw'],
|
||||
'website/assets/images/articles': ['mike-j-thomas', 'mike-j-thomas', 'eashaw', 'mikermcneil'],
|
||||
|
||||
// Website (fleetdm.com)
|
||||
'website': ['mikermcneil', 'eashaw'],// (default for website)
|
||||
|
|
|
|||
Loading…
Reference in a new issue