Skip to content

Releases: danielchabr/pr-labels-checker

v3.3

15 May 20:40
7145ecb
Compare
Choose a tag to compare

What's Changed

  • added allowFailure input option for preventing job from failing @liveandletbri in #14

Full Changelog: v3.2...v3.3

v3.2

10 May 11:37
76f3297
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1...v3.2

v3.1

31 Jul 06:27
Compare
Choose a tag to compare

Update existing commit checks

05 Feb 15:36
9335ddc
Compare
Choose a tag to compare
  • this release fixes integration with Bors which was failing because GitHub accumulates status checks on a commit instead of updating them

v2.2

05 Jan 09:13
Compare
Choose a tag to compare
  • fix missing dependency due to .gitignore

v2.1

05 Jan 09:06
Compare
Choose a tag to compare
  • upgraded dependencies
  • the check now successfully passes when being run on a push trigger without a PR

Dependency update

15 Sep 09:58
365167b
Compare
Choose a tag to compare
  • Bump node-fetch from 2.6.0 to 2.6.1 (#2)

Expand available rules

12 Jun 17:23
e2639a0
Compare
Choose a tag to compare

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

v1.0

11 Jun 15:04
Compare
Choose a tag to compare
update README