Releases: tobyhs/codemention
Releases · tobyhs/codemention
v1.4.0
- Exclude the pull request author from mentions (@wschurman, #22)
v1.3.0
- Allow configuring the comment preamble and epilogue (@wschurman, #15)
- Move comment sentinel from the beginning to the end to make mobile notifications look better (@wschurman, #18)
v1.2.0
- Use the 'List pull requests files' API (instead of the 'Get a pull request' API' to retrieve the diff) to retrieve the files changed in a pull request. The 'Get a pull request' API' would respond with an error if the pull request had more than 300 files changed.
v1.1.1
- Markdown-escape file patterns in pull request comments to avoid unintended bold and italic text
v1.1.0
- Converted this action to a composite action so node_modules can be cached
- Added logging