argoproj / notifications-engine

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

github custom names recipient not working. #270

Open jetersen opened 4 months ago

jetersen commented 4 months ago

The docs do not include how this should work. The reason for needing custom names is we have multiple GH orgs.

    subscriptions:
      - recipients:
          - slack:argocd_actions
        triggers:
          - on-deployed
          - on-health-degraded
          - on-sync-failed
          - on-sync-running
          - on-sync-status-unknown
          - on-sync-succeeded
      - recipients:
          - github.ghdevops
        selector: platform=true
        triggers:
          - on-deployed
          - on-sync-failed
          - on-sync-running