consistent usage parameters
This commit is contained in:
@@ -31,6 +31,7 @@ import (
|
||||
"time"
|
||||
|
||||
"src.opensuse.org/autogits/common"
|
||||
workflowdirect "src.opensuse.org/autogits/workflow-direct"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -42,6 +43,8 @@ const (
|
||||
var configuredRepos map[string][]*common.AutogitConfig
|
||||
var gitea common.Gitea
|
||||
|
||||
var orgLinks map[string]*workflowdirect.OrgLinks
|
||||
|
||||
func isConfiguredOrg(org *common.Organization) bool {
|
||||
_, found := configuredRepos[org.Username]
|
||||
return found
|
||||
|
||||
Reference in New Issue
Block a user