Chore: Replace grafana-authnz-team with identity-access-team as code owners (#77609)
* Chore: Replace grafana-authnz-team with identity-access-team as code owner * Chore: Replace grafana-authnz-team with identity-access-team as code owner * Fix the failing test
This commit is contained in:
@@ -47,7 +47,7 @@ Example output:
|
||||
@grafana/dataviz-squad 1
|
||||
@grafana/backend-platform 75
|
||||
@grafana/grafana-as-code 11
|
||||
@grafana/grafana-authnz-team 6
|
||||
@grafana/identity-access-team 6
|
||||
@grafana/partner-datasources 4
|
||||
```
|
||||
|
||||
@@ -67,7 +67,7 @@ List all dependencies of given owner(s).
|
||||
|
||||
Example CLI command to list all direct dependencies owned by Delivery and Authnz:
|
||||
|
||||
`go run scripts/modowners/modowners.go modules -o @grafana/grafana-delivery,@grafana/grafana-authnz-team go.mod`
|
||||
`go run scripts/modowners/modowners.go modules -o @grafana/grafana-delivery,@grafana/identity-access-team go.mod`
|
||||
|
||||
Example output:
|
||||
|
||||
|
||||
@@ -129,7 +129,7 @@ func owners(fileSystem fs.FS, logger *log.Logger, args []string) error {
|
||||
}
|
||||
|
||||
// Print dependencies for a given owner. Can specify one or more owners.
|
||||
// An example CLI command to list all direct dependencies owned by Delivery and Authnz `go run scripts/modowners/modowners.go modules -o @grafana/grafana-delivery,@grafana/grafana-authnz-team go.mod`
|
||||
// An example CLI command to list all direct dependencies owned by Delivery and Authnz `go run scripts/modowners/modowners.go modules -o @grafana/grafana-delivery,@grafana/identity-access-team go.mod`
|
||||
func modules(fileSystem fs.FS, logger *log.Logger, args []string) error {
|
||||
fs := flag.NewFlagSet("modules", flag.ExitOnError)
|
||||
indirect := fs.Bool("i", false, "print indirect dependencies")
|
||||
|
||||
Reference in New Issue
Block a user