Skip to content

Releases: nrccua/pr-branch-labeler

v4

18 Apr 23:51
Compare
Choose a tag to compare

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

Full Changelog: v3.1...v4

v3.1.1

25 Feb 20:37
dedd1e5
Compare
Choose a tag to compare

Includes Dependabot security fixes

v3.1

25 Aug 20:00
19f9ecd
Compare
Choose a tag to compare

Updated with latest code fixes from v2

v3

25 Aug 02:40
Compare
Choose a tag to compare
v3

Add support for regular expression matching on branches and using regular expression groups in labels.

v2.2

25 Aug 19:59
40b1374
Compare
Choose a tag to compare

Integrated feedback from @ffittschen

v2.1

24 Aug 17:40
Compare
Choose a tag to compare

Rebased feature off forked master and rebuilt

v2

16 Aug 02:26
Compare
Choose a tag to compare
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.