Skip to content

Expand available rules

Compare
Choose a tag to compare
@danielchabr danielchabr released this 12 Jun 17:23
· 13 commits to master since this release
e2639a0

Now it is possible to define 4 kinds of rules for labels:

  • hasSome: Comma separated list of labels, PR needs at least of them
  • hasAll: Comma separated list of labels, PR needs all of them
  • hasNone: Comma separated list of labels, PR must not have any of them
  • hasNotAll: Comma separated list of labels, PR must not have all of them