Skip to content

Simple release promotion notifier written in JS

rail/pulse-notify-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Release Promotion Notification (JS)

This repo contains simple scripts that demonstrate how to handle release promotion events.

Install

  • Install required JS packages:
npm install
  • Done

Configuration

Example configuration file

module.exports = {
  pulse: {
    // use https://pulseguardian.mozilla.org/ to manage your Pulse credentials
    credentials: {
      username: "xxx",
      password: "xxx"
    },
    // Define queueName to create a durable queue
    // queueName: "notify-js"
  },
  taskcluster: {
    credentials: {
      clientId: "xxx",
      accessToken: "xxx"
    },
    routingKey: 'route.index.releases.v1.#'
  }
};

Running

npm run start -- -c path/to/your/config.js

About

Simple release promotion notifier written in JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published