Releases: GrantBirki/comment
Releases · GrantBirki/comment
v2.0.1
v2.0.1
A patch release to close a dependabot alert with the actions-core
package
What's Changed
- bump actions-core and bundle by @GrantBirki in #6
New Contributors
- @GrantBirki made their first contribution in #6
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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
v1.0.0
Initial release of the comment-actions
Action 🎉
Full Changelog: https://github.com/GrantBirki/comment/commits/v1.0.0