From 4dee4c9d87f23f1a6a987d8501101eace837779a Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Thu, 6 Jul 2023 15:08:04 -0500 Subject: [PATCH] Same maintainers for article images as for articles/ (#12671) --- website/config/custom.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/custom.js b/website/config/custom.js index ac49a4e998..8405972076 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -112,6 +112,7 @@ module.exports.custom = { '.github/ISSUE_TEMPLATE/smoke-tests.md': ['xpkoala', 'zhumo','lukeheath','noahtalerman', 'lukeheath'], 'articles': ['jarodreyes', 'mike-j-thomas', 'eashaw', 'zwass', 'mikermcneil'], + 'website/assets/images/articles': ['jarodreyes', 'mike-j-thomas', 'eashaw', 'zwass', 'mikermcneil'], 'handbook': ['mike-j-thomas', 'eashaw', 'mikermcneil', 'zwass'],// (default for handbook) 'handbook/company': 'mikermcneil',