Releases: nrccua/pr-branch-labeler
Releases · nrccua/pr-branch-labeler
v4
What's Changed
- Bump lodash from 4.17.15 to 4.17.20 by @dependabot in #9
- Bump node-fetch from 2.6.0 to 2.6.1 by @dependabot in #10
- Bump @actions/core from 1.2.4 to 1.2.6 by @dependabot in #11
- Merge pull request #9 from TheCleric/feature/enhance-debugging by @TheCleric in #12
- Allow regex matching to use a formatted label + fix audit issues by @TheCleric in #21
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: v3.1...v4
v3.1.1
v3.1
v3
v2.2
Integrated feedback from @ffittschen
v2.1
v2
This release keys the access of the config file off the ref in the head branch so that changes to the config file within the PR will affect the tagging within the PR. Also added some debug statements to help diagnose problems and split out unit tests for the config file loader.