Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Enhance or fork for Edge internal notifications #7

Open
annybs opened this issue Nov 26, 2020 · 0 comments
Open

Enhance or fork for Edge internal notifications #7

annybs opened this issue Nov 26, 2020 · 0 comments
Assignees

Comments

@annybs
Copy link
Collaborator

annybs commented Nov 26, 2020

This is a good and robust notifier, but the Edge suite is using a lot of repeated steps across multiple workflows to send notifications, and keeping formatting consistent across all applications requires a lot of copy-pasting.

We should consider developing an enhanced notifier that standardises our notification messaging and makes it simpler to just send a few parameters for the same outcome, e.g.

- name: Send build start notification
  uses: edge/suite-notify
  with:
    product_name: Stargate
    event: start_build
    author: ${{ github.actor }}
    sha: ${{ github.sha }}
@annybs annybs self-assigned this Nov 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants