From 9e349de1b7ad1de6019ed1056c46eb426483b1ee Mon Sep 17 00:00:00 2001 From: Joyce Er Date: Tue, 4 Oct 2022 16:31:53 +0000 Subject: [PATCH] Update list of invalid owners --- helper.js | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/helper.js b/helper.js index 2e345d9..6984c3c 100644 --- a/helper.js +++ b/helper.js @@ -7,7 +7,26 @@ var inValidOwners = [ 'trending', 'stars', 'contact', - 'about' + 'about', + 'orgs', + 'codespaces', + 'settings', + 'marketplace', + 'pulls', + 'issues', + 'notifications', + 'account', + 'discussions', + 'sponsors', + 'login', + 'codesearch', + 'enterprise', + 'enterprises', + 'security', + 'team', + 'customer-stories', + 'readme', + 'pricing' ] // Build a hashmap of accessed repos