Skip to content

Commit 3af6182

Browse files
committed
Remove a few more repos
1 parent 133b1e7 commit 3af6182

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

javascripts/custom-repos.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ var optInRepos = [
5050
'shopify_app',
5151
'shopify_django_app',
5252
'shopify_python_api',
53-
'skeleton-theme',
5453
'splunk-auth-proxy',
5554
'spoom',
5655
'statsd-instrument',
@@ -81,12 +80,7 @@ var optInRepos = [
8180
// Add custom repos by full_name. Take the org/user and repo name
8281
// - e.g. batmanjs/batman from https://github.com/batmanjs/batman
8382
// Shopify originated open source projects hosted elsewhere now
84-
var customRepos = [
85-
'https://github.com/bytecodealliance/javy',
86-
'https://github.com/activemerchant/active_merchant',
87-
'https://github.com/IBM/sarama',
88-
'https://github.com/ndtp/android-testify'
89-
];
83+
var customRepos = [];
9084

9185
// Custom repo language, different than that defined by GitHub
9286
var customRepoLanguage = {

0 commit comments

Comments
 (0)