Releases: peter-evans/commit-comment
Releases · peter-evans/commit-comment
Commit Comment v3.0.0
⭐ The action has been updated with new features such as updating comments and comment reactions.
What's Changed
- v3 by @peter-evans in #115
Full Changelog: v2.0.1...v3.0.0
Commit Comment v2.0.1
⚙️ Bumps @actions/core
to transition away from deprecated runner commands.
What's Changed
- Add workflow permissions by @peter-evans in #68
- 8 dependency updates by @dependabot and @github-actions
Full Changelog: v2.0.0...v2.0.1
Commit Comment v2.0.0
What's new
- Updated runtime to Node.js 16
- The action now requires a minimum version of v2.285.0 for the Actions Runner.
- If using GitHub Enterprise Server, the action requires GHES 3.4 or later.
What's Changed
- Remove workflow by @peter-evans in #60
- fix: fix image preview by @nubpro in #61
- Update runtime to node 16 by @peter-evans in #62
- 14 dependency updates by @actions-bot and @dependabot
New Contributors
Full Changelog: v1.3.2...v2.0.0
Commit Comment v1.3.2
- Dependency updates
Commit Comment v1.3.1
- Dependency updates
Commit Comment v1.3.0
- When the action is run on
pull_request
events,sha
now defaults to the pull request branch HEAD commit instead of the merge commit. - Adds the
repository
input allowing creation of commit comments in another repository
Commit Comment v1.2.1
- Dependency updates
Commit Comment v1.2.0
- Add a default for the
token
input - Remove evaluation of environment variables in the body input
Commit Comment v1.1.0
- Adds support for evaluating environment variables in the
body
input
Commit Comment v1.0.1
- Fixes an issue with the
sha
input