Changes to folder structure to allow multigroups and changed go mod name (#2105)
* Changed folder structure to allow multi group registration * included actions.github.com directory for resources and controllers * updated go module to actions/actions-runner-controller * publish arc packages under actions-runner-controller * Update charts/actions-runner-controller/docs/UPGRADING.md Co-authored-by: Yusuke Kuoka <[email protected]>
This commit is contained in:
co-authored by
Yusuke Kuoka
parent
086f9fd2d6
commit
aa6dab5a9a
@@ -13,7 +13,7 @@ import (
|
||||
gogithub "github.com/google/go-github/v47/github"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
|
||||
"github.com/actions-runner-controller/actions-runner-controller/github"
|
||||
"github.com/actions/actions-runner-controller/github"
|
||||
)
|
||||
|
||||
type EventReader struct {
|
||||
|
||||
@@ -28,7 +28,7 @@ import (
|
||||
gogithub "github.com/google/go-github/v47/github"
|
||||
ctrl "sigs.k8s.io/controller-runtime"
|
||||
|
||||
"github.com/actions-runner-controller/actions-runner-controller/github"
|
||||
"github.com/actions/actions-runner-controller/github"
|
||||
)
|
||||
|
||||
type EventHook func(interface{})
|
||||
|
||||
Reference in New Issue
Block a user