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

Releases: withspectrum/danger-plugin-labels

v2.1.1

23 Mar 11:54
b2d3d36

Choose a tag to compare

  • Pass the validate option by default, rather than failing it

v2.1

23 Mar 11:44
ec14763

Choose a tag to compare

  • Adds the validate option #7

v2

22 Mar 19:52
b70d776

Choose a tag to compare

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