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

Releases: novoda/github-slack-action

v1.0.1

15 Jan 11:31
Compare
Choose a tag to compare
  • Adds the option of mentioning slack users from a github action provinding a map of githubUsername and a slack member id
- name: Post to slack
  uses: novoda/[email protected]
  with:
    color: danger
    text: This is a danger example text for ferran
    webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
    mentionPairs: ferran::U0111 clara::U0121

v1.0.0

02 Jan 16:49
Compare
Choose a tag to compare

Use as:

- name: Post to slack
  uses: novoda/github-slack-action@master
  with:
    color: danger
    text: This is a danger example text
    webhook: https://hooks.slack.com/services/...