diff --git a/pkg/webhooks/github/actions/repository_maintainers.go b/pkg/webhooks/github/actions/repository_maintainers.go index b0a110c..2b06b8e 100644 --- a/pkg/webhooks/github/actions/repository_maintainers.go +++ b/pkg/webhooks/github/actions/repository_maintainers.go @@ -102,6 +102,8 @@ func (r *repositoryMaintainers) CreateRepositoryMaintainers(ctx context.Context, }) if err != nil { return fmt.Errorf("error adding team membership: %w", err) + } else { + r.logger.Infow("added team to repository", "repository", p.RepositoryName, "team", team.teamSlug, "permission", team.permission) } }