/WatchRaptor

Chrome extension to watch GitHub CI status changes

Primary LanguageTypeScriptISC LicenseISC

WatchRaptor CI

WatchRaptor is a Chrome extension to watch GitHub CI statuses and makes desktop notifications for their completions.

It is not difficult to set up Slack notifications (or other notifications) in a CI workflow. However, it would be annoying if you had to maintain every CI workflow with the integration of a suitable notification platform. On the other hand, this extension can watch any CI statuses as long as it is placed on GitHub.

Features

screenshot-1

screenshot-2

Install it via Chrome Web Store

Chrome Web Store: WatchRaptor

Development

Setup

npm ci

Build

# build for development
npm run build

# build for development (watch mode)
npm run build:watch

# release build
npm run build:release

Install it to Chrome for development

  1. Open chrome://extensions/.
  2. Turns on "Developer mode".
  3. Click "Load unpacked" and then select the "dist/" dir in the repository.

Asset Licenses

See assets/README.md for details

License

Copyright 2022 FUJI Goro.

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.