Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iaindooley/447488bdd7a13cc8f2e69d9e4b3f2b09 to your computer and use it in GitHub Desktop.
Save iaindooley/447488bdd7a13cc8f2e69d9e4b3f2b09 to your computer and use it in GitHub Desktop.
Protect list names
function protectListNames(notification)
{
var notif = new Notification(notification);
var changed = notif.changedListName();
changed.setName(
new Trellinator().board("Protected List Names").card(changed.id()).currentList().name()
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment