Merge pull request #23054 from backstage/mob/auth-service-core

Initial implementation of BEP 0003 - auth architecture evolution
This commit is contained in:
Patrik Oldsberg
2024-02-23 09:56:28 +01:00
committed by GitHub
51 changed files with 3002 additions and 10 deletions
+3
View File
@@ -78,6 +78,9 @@ async function verifyUrl(basePath, absUrl, docPages) {
}
if (basePath.startsWith('.changeset/')) {
if (absUrl.match(/^https?:\/\//)) {
return undefined;
}
return { url, basePath, problem: 'out-of-changeset' };
}