From f530e2a410be921d9d917143c73b956dd5a9dca2 Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Mon, 9 Oct 2023 10:52:47 -0500 Subject: [PATCH] add eras to repos that use main as primary ref (#178) --- lib/zooniverse_github.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/zooniverse_github.rb b/lib/zooniverse_github.rb index 7db8e25..97eeae9 100644 --- a/lib/zooniverse_github.rb +++ b/lib/zooniverse_github.rb @@ -31,14 +31,14 @@ class RefAlreadyDeployed < StandardError; end 'zooniverse/sugar' => 'https://notifications.zooniverse.org', 'zooniverse/talk-api' => 'https://talk.zooniverse.org', 'zooniverse/zoo-event-stats' => 'https://stats.zooniverse.org/', - 'zooniverse/zoo-stats-api-graphql' => 'https://graphql-stats.zooniverse.org' }.freeze # Repos that do not use heads/master as their primary ref PRIMARY_REF_BY_REPO = { 'zooniverse/pandora' => 'heads/main', 'zooniverse/kade' => 'heads/main', - 'zooniverse/bajor' => 'heads/main' + 'zooniverse/bajor' => 'heads/main', + 'zooniverse/eras' => 'heads/main' }.freeze JSON_COMMIT_ID_KEYS = %w[revision commit_id].freeze