Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 986 Bytes

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 986 Bytes

Changelog

Unreleased

  • Bumped @actions/core from 1.4.0 to 1.10.0
  • Bumped @actions/github from 5.0.0 to 5.1.1
  • Bumped node-fetch from 2.6.1 to 2.6.7
  • Bumped docker image to node 20

Version 2.2.0

  • Bumped @actions/core from 1.2.6 to 1.4.0
  • Bumped @actions/github from 4.0.0 to 5.0.0
  • Increased the number of commits checked from 30 to 250. This is a limit of GitHub's API so if you're working on a really large PR your fixup commits might not be detected.

Version 2.1.0

  • Bumped @actions/core from 1.1.0 to 1.2.6
  • Bumped @actions/github from 1.0.0 to 4.0.0

Version 2.0.0

  • Moved to actions v2 which uses the new yaml syntax for workflows.

Version 1.1.0

  • Updated eslint to 6.1.0
  • Updated js-yaml to 3.13.1
  • Updated lodash to 4.17.14 (security updated)
  • Updated actions-toolkit to 2.1.0
  • Updated Docker container to node:12-alpine
  • Updated example to use pull_request instead of push

Version 1.0.0

  • Initial release