This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

workflow-status-slack-notification

1.0.7 • Public • Published

workflow-status-slack-notification

test Github action that keeps track and retrieves previous workflow runs status for the same workflow on the same branch. According to current and previous runs status, it will send a notification to a Slack channel using an Incoming webhook app.

Usage

- uses: reside-eng/workflow-status-slack-notification@v1
  with:
    # Status of the current run
    #
    # Default: failure
    # Required: true
    current-status: ''

    # Webhook URL with token for notifications
    #
    # Required: true
    slack-webhook: ''

    # Status of the current run
    #
    # Required: true
    github-token: ''

Local Development

Testing

To run your tests in watch mode, open up one terminal and run:

yarn tsc --watch

And in a second terminal, start up your tests in watch mode:

yarn test --watch

License

The scripts and documentation in this project are released under the MIT License.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i workflow-status-slack-notification

Weekly Downloads

49

Version

1.0.7

License

MIT

Unpacked Size

41.2 kB

Total Files

27

Last publish

Collaborators

  • reside-eng