Releases: withspectrum/danger-plugin-labels
Releases · withspectrum/danger-plugin-labels
v2.1.1
- Pass the
validate
option by default, rather than failing it
v2.1
- Adds the
validate
option #7
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'
}]
}))