Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iaindooley/cc21317cce608f0964d34b4003ff07d8 to your computer and use it in GitHub Desktop.
Save iaindooley/cc21317cce608f0964d34b4003ff07d8 to your computer and use it in GitHub Desktop.
Protect list archive
function protectListArchive(notification)
{
var arched = new Notification(notification).archivedList();
new Trellinator().board("Protected Lists").card(arched.id());
arched.unArchive();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment