Releases: danielchabr/pr-labels-checker
Releases · danielchabr/pr-labels-checker
v3.3
What's Changed
- added
allowFailure
input option for preventing job from failing @liveandletbri in #14
Full Changelog: v3.2...v3.3
v3.2
What's Changed
- chore(deps): bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #8
- chore(deps): bump @actions/core from 1.2.6 to 1.9.1 by @dependabot in #9
- docs: describe required permissions by @danielchabr in #12
- Improve pr labels input parsing by @danielchabr in #13
Full Changelog: v3.1...v3.2
v3.1
Update existing commit checks
- this release fixes integration with Bors which was failing because GitHub accumulates status checks on a commit instead of updating them
v2.2
- fix missing dependency due to
.gitignore
v2.1
- upgraded dependencies
- the check now successfully passes when being run on a
push
trigger without a PR
Dependency update
- Bump node-fetch from 2.6.0 to 2.6.1 (#2)
Expand available rules
Now it is possible to define 4 kinds of rules for labels:
hasSome
: Comma separated list of labels, PR needs at least of themhasAll
: Comma separated list of labels, PR needs all of themhasNone
: Comma separated list of labels, PR must not have any of themhasNotAll
: Comma separated list of labels, PR must not have all of them
v1.0
update README