This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
v2
Breaking change: The labels
option is now the rules
option and is way more flexible:
schedule(labels({
rules: [{
// Any checkbox matching this regex will have the "Some label" label applied
match: /some text/i,
label: 'Some label'
}]
}))