Skip to content

Commit e6a5dc3

Browse files
authored
Update articles/ maintainer and DRI (#23025)
Changes: - Updated the maintainer and DRI for the `articles/` folder
1 parent 8d58bce commit e6a5dc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/config/custom.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ module.exports.custom = {
115115
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
116116
// FUTURE: To avoid repeating structure and comments, consolidate all these configs w/ something like:
117117
// ````
118-
// 'articles': { dri: 'mike-j-thomas', maintainers: ['mike-j-thomas', 'mike-j-thomas', 'spokanemac', 'mikermcneil'], repo: 'fleetdm/fleet' },
118+
// 'articles': { dri: 'mike-j-thomas', maintainers: ['mike-j-thomas', 'mike-j-thomas', 'mikermcneil'], repo: 'fleetdm/fleet' },
119119
// ````
120120
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
121121

@@ -132,7 +132,7 @@ module.exports.custom = {
132132
'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.
133133

134134
// 🫧 Articles and release notes
135-
'articles': 'spokanemac',
135+
'articles': 'rachaelshaw',
136136
'CHANGELOG.md': 'lukeheath',
137137

138138
// 🫧 Website (fleetdm.com)
@@ -216,9 +216,9 @@ module.exports.custom = {
216216

217217

218218
// Articles and release notes
219-
'CHANGELOG.md': ['mikermcneil', 'spokanemac', 'noahtalerman', 'lukeheath'],
220-
'articles': ['mike-j-thomas', 'mike-j-thomas', 'eashaw', 'mikermcneil', 'spokanemac'],
221-
'website/assets/images/articles': ['spokanemac', 'mike-j-thomas', 'mike-j-thomas', 'eashaw', 'mikermcneil'],
219+
'CHANGELOG.md': ['mikermcneil', 'noahtalerman', 'lukeheath'],
220+
'articles': ['mike-j-thomas', 'mike-j-thomas', 'eashaw', 'mikermcneil', 'rachaelshaw'],
221+
'website/assets/images/articles': ['mike-j-thomas', 'mike-j-thomas', 'eashaw', 'mikermcneil'],
222222

223223
// Website (fleetdm.com)
224224
'website': ['mikermcneil', 'eashaw'],// (default for website)

0 commit comments

Comments
 (0)