Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created February 14, 2019 02:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iaindooley/ad247b7adf8c02c69645240e206736ee to your computer and use it in GitHub Desktop.
Save iaindooley/ad247b7adf8c02c69645240e206736ee to your computer and use it in GitHub Desktop.
Notify on label add
function notifyOnLabelAdd(notification)
{
var label = new Notification(notification).addedLabel();
label.card().postComment("@card the label "+label.name()+" was added");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment