0.0.2 • Published 9 years ago

hubot-oncall v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

hubot-oncall

This project tells you who is oncall on the current week and automatically rotates given a defined roster.

The first version of this script was done by Orlando Del Aguila.

Installation

In hubot project repo, run:

npm install hubot-oncall --save

Then add hubot-oncall to your external-scripts.json:

[
  "hubot-oncall"
]

Usage

CommandDescription
hubot oncall set <person1>,..,<personN>Sets people for the oncall roster
hubot oncall listList the current roster available for oncall
hubot oncall nowReturns who is oncall this week
hubot oncall nextReturns who will be oncall next week
hubot oncall lastReturns who was oncall last week

For example:

user1>> hubot oncall now
hubot>> pablasso is oncall
0.0.2

9 years ago

0.0.1

9 years ago