From 7b65f88d25ebfb1269281b13533cd758521e2595 Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Wed, 25 Sep 2024 16:06:55 -0500 Subject: [PATCH 1/2] Use a static URL for PFE's commit check --- lib/zooniverse_github.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zooniverse_github.rb b/lib/zooniverse_github.rb index 97eeae9..9f55c35 100644 --- a/lib/zooniverse_github.rb +++ b/lib/zooniverse_github.rb @@ -25,7 +25,7 @@ class RefAlreadyDeployed < StandardError; end 'zooniverse/jobs.zooniverse.org' => 'https://jobs.zooniverse.org', 'zooniverse/notes-from-nature-field-book' => 'https://field-book.notesfromnature.org', 'zooniverse/pandora' => 'https://translations.zooniverse.org', - 'zooniverse/panoptes-front-end' => 'https://www.zooniverse.org', + 'zooniverse/panoptes-front-end' => 'https://static.zooniverse.org/www.zooniverse.org', 'zooniverse/pfe-lab' => 'https://lab.zooniverse.org', 'zooniverse/scribes-of-the-cairo-geniza' => 'https://www.scribesofthecairogeniza.org', 'zooniverse/sugar' => 'https://notifications.zooniverse.org', From 67b30f7b2ff69df2e5e4996793b0b60e0cf3709a Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Wed, 25 Sep 2024 16:08:41 -0500 Subject: [PATCH 2/2] Use fe-root app for FEM's commit check --- lib/zooniverse_github.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zooniverse_github.rb b/lib/zooniverse_github.rb index 9f55c35..0227bc4 100644 --- a/lib/zooniverse_github.rb +++ b/lib/zooniverse_github.rb @@ -21,7 +21,7 @@ class RefAlreadyDeployed < StandardError; end IRREGULAR_DOWNCASED_ORG_URLS = { 'zooniverse/aggregation-for-caesar' => 'https://aggregation-caesar.zooniverse.org/', 'zooniverse/anti-slavery-manuscripts' => 'https://www.antislaverymanuscripts.org', - 'zooniverse/front-end-monorepo' => 'https://fe-project.zooniverse.org/projects', + 'zooniverse/front-end-monorepo' => 'https://fe-root.zooniverse.org', 'zooniverse/jobs.zooniverse.org' => 'https://jobs.zooniverse.org', 'zooniverse/notes-from-nature-field-book' => 'https://field-book.notesfromnature.org', 'zooniverse/pandora' => 'https://translations.zooniverse.org',