Skip to content

Remove defunct Europe stamp from GitHub Status endpoints - #633

Draft
Marius Storhaug (MariusStorhaug) with Copilot wants to merge 4 commits into
mainfrom
copilot/remove-europe-stamp
Draft

Remove defunct Europe stamp from GitHub Status endpoints#633
Marius Storhaug (MariusStorhaug) with Copilot wants to merge 4 commits into
mainfrom
copilot/remove-europe-stamp

Conversation

CopilotAI commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

https://eu.githubstatus.com no longer serves the Statuspage JSON API — all requests return 404, causing 9 CI test failures. This is the same server-side retirement that took down the US stamp in #581.

Changes

  • src/variables/private/GitHub.ps1 — remove [GitHubStamp]::new('Europe', 'https://eu.githubstatus.com') from the Stamps array

Public (https://www.githubstatus.com) remains as the sole registered stamp. Since the parametrized status tests iterate over Get-GitHubStamp output at runtime, no test changes are required — Europe test cases disappear automatically once the stamp is removed.

CopilotAI changed the title [WIP] Remove Europe stamp from GitHub Status endpointsRemove defunct Europe stamp from GitHub Status endpointsJun 19, 2026
@github-actions

github-actionsBot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Super-linter summary

LanguageValidation result
CHECKOVPass ✅
GITHUB_ACTIONSPass ✅
GITLEAKSPass ✅
GIT_MERGE_CONFLICT_MARKERSPass ✅
MARKDOWNPass ✅
NATURAL_LANGUAGEPass ✅
PRE_COMMITPass ✅
SPELL_CODESPELLPass ✅
TRIVYPass ✅
YAMLPass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: Todo

Development

Successfully merging this pull request may close these issues.

3 participants

@MariusStorhaug@Rubenrikk