We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133b1e7 commit 3af6182Copy full SHA for 3af6182
1 file changed
javascripts/custom-repos.js
@@ -50,7 +50,6 @@ var optInRepos = [
50
'shopify_app',
51
'shopify_django_app',
52
'shopify_python_api',
53
- 'skeleton-theme',
54
'splunk-auth-proxy',
55
'spoom',
56
'statsd-instrument',
@@ -81,12 +80,7 @@ var optInRepos = [
81
80
// Add custom repos by full_name. Take the org/user and repo name
82
// - e.g. batmanjs/batman from https://github.com/batmanjs/batman
83
// 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
-];
+var customRepos = [];
90
91
// Custom repo language, different than that defined by GitHub
92
var customRepoLanguage = {
0 commit comments