update bypass owner ci label name

This commit is contained in:
William Harrison
2025-03-13 13:50:50 +08:00
committed by GitHub
parent 1f2ec2169b
commit 68869d733f
+1 -1
View File
@@ -29,7 +29,7 @@ t("Users can only update their own subdomains", (t) => {
.map((file) => path.basename(file.name));
if ((!changedJSONFiles && !deletedFiles) || trustedUsers.includes(prAuthorId)) return t.pass();
if (process.env.PR_LABELS && process.env.PR_LABELS.includes("bypass-owner-check")) return t.pass();
if (process.env.PR_LABELS && process.env.PR_LABELS.includes("ci: bypass-owner-check")) return t.pass();
changedJSONFiles.forEach((file) => {
const subdomain = file.replace(/\.json$/, "");