Provisioning: Fix repos stuck in deletion (#111918)
This commit is contained in:
@@ -13,6 +13,7 @@ import (
|
||||
// API errors that we need to convey after parsing real GH errors (or faking them).
|
||||
var (
|
||||
ErrResourceNotFound = errors.New("the resource does not exist")
|
||||
ErrUnauthorized = errors.New("unauthorized")
|
||||
//lint:ignore ST1005 this is not punctuation
|
||||
ErrServiceUnavailable = apierrors.NewServiceUnavailable("github is unavailable")
|
||||
ErrTooManyItems = errors.New("maximum number of items exceeded")
|
||||
|
||||
Reference in New Issue
Block a user