- Bump Node version to 20.
- Add support for using a remote config-file (stored in another GitHub repository).
- Add a new config option
.comment.on-create
. - Add support for Mustache templates in the config option
.comment.on-update
.
- Bump Node version to 16.
- Add support for Mustache templates in snippet ids. This allows more control over when a comment will be recreated.
- When looking for a previous comment made by this action, do not filter out non-bot users. This allows the action to correctly update or recreate comments when used with a token belonging to a real user.
- Add support for Mustache templates in comments.
- Add a new config option
.comment.glob-options
which forwards options to the glob matching library. This allows for example to turn off case-sensitivity of the globs or also match hidden files and directories with**
.
- Initial release