Skip to content
Compare
Choose a tag to compare
@GrantBirki GrantBirki released this 24 May 04:25
· 70 commits to main since this release
5f42838

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