Skip to content

Commit

Permalink
add eras to repos that use main as primary ref (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 authored Oct 9, 2023
1 parent 69098f2 commit f530e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/zooniverse_github.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f530e2a

Please sign in to comment.