Skip to content

Releases: GrantBirki/comment

v2.0.1

12 Sep 01:26
6c713c5
Compare
Choose a tag to compare

v2.0.1

A patch release to close a dependabot alert with the actions-core package

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

24 May 04:25
5f42838
Compare
Choose a tag to compare

v2.0.0

This PR upgrades the actions version as a breaking change from v1.0.0 has been released.

Rather than using ${{ github.event.issue.number }} as a default for the issue-number input, the following value will be used: ${{ github.event.number }}

This value is more likely to work "out of the box" for more Actions contexts and workflows which will prevent users from having to determine their contexts and set that variable explicitly.

The commit that made this change: 9d0e37f

Full Changelog: v1.0.0...v2.0.0

v1.0.0

24 May 03:50
bb83075
Compare
Choose a tag to compare

v1.0.0

Initial release of the comment-actions Action 🎉

Full Changelog: https://github.com/GrantBirki/comment/commits/v1.0.0