Home
last modified time | relevance | path

Searched refs:IsProtectedBranch (Results 1 – 3 of 3) sorted by relevance

/dports/www/gitea/gitea-1.16.5/services/repository/
H A Dbranch.go171 isProtected, err := models.IsProtectedBranch(repo.ID, branchName)
/dports/www/gitea/gitea-1.16.5/models/
H A Dbranches.go403 func IsProtectedBranch(repoID int64, branchName string) (bool, error) { func
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Dissue.go1513 if protected, err := models.IsProtectedBranch(pull.HeadRepo.ID, pull.HeadBranch); err != nil {