Added a few new features.

This commit is contained in:
Arunavo Ray
2025-08-27 20:33:41 +05:30
parent fe94d97779
commit 926737f1c5
4 changed files with 36 additions and 10 deletions

View File

@@ -138,6 +138,7 @@ export const repositorySchema = z.object({
"mirrored",
"failed",
"skipped",
"ignored", // User explicitly wants to ignore this repository
"deleting",
"deleted",
"syncing",
@@ -166,6 +167,7 @@ export const mirrorJobSchema = z.object({
"mirrored",
"failed",
"skipped",
"ignored", // User explicitly wants to ignore this repository
"deleting",
"deleted",
"syncing",
@@ -202,6 +204,7 @@ export const organizationSchema = z.object({
"mirrored",
"failed",
"skipped",
"ignored", // User explicitly wants to ignore this repository
"deleting",
"deleted",
"syncing",