Skip to content

Instantly share code, notes, and snippets.

View upbeta01's full-sized avatar

Neil Hermosilla upbeta01

  • Cebu, PH
  • 10:26 (UTC +08:00)
  • X @upbeta
View GitHub Profile
@KixPanganiban
KixPanganiban / script.js
Last active June 13, 2019 04:19
CircleCI Incoming Webhook Script for Rocket.Chat
/**
* CircleCI Incoming Webhook Script for Rocket.Chat
* @author <github.com/kixpanganiban>
*/
class Script {
process_incoming_request({ request }) {
const statusMaps = {
'success': 'passed all tests',
'no_tests': 'has no tests',