Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

v2

Compare
Choose a tag to compare
@mxstbr mxstbr released this 22 Mar 19:52
· 25 commits to master since this release
b70d776

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'
  }]
}))