argoproj / notifications-engine

Affordable notifications for Kubernetes
Apache License 2.0
264 stars 134 forks source link

Capture author information for multisource applications #253

Open trv-bmpage opened 6 months ago

trv-bmpage commented 6 months ago

We need to capture the author of git commit sha as part of Argo CD notifications. We have been using the function {{(call .repo.GetCommitMetadata .app.status.sync.revision).Author}}. This works for single source applications but fails for multisource applications.

Related Posts- https://github.com/argoproj/notifications-engine/issues/230 https://github.com/argoproj/argo-cd/discussions/10573