Skip to content

Commit

Permalink
Log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Jan 10, 2024
1 parent deb1b8e commit 313679b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/webhooks/github/actions/repository_maintainers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit 313679b

Please sign in to comment.