ENUM

RepositoryLockReason

The possible reasons a given repsitory could be in a locked state.

link GraphQL Schema definition

  • enum RepositoryLockReason {
  • # The repository is locked due to a move.
  • MOVING
  • # The repository is locked due to a billing related reason.
  • BILLING
  • # The repository is locked due to a rename.
  • RENAME
  • # The repository is locked due to a migration.
  • MIGRATING
  • }