Update readme

This commit is contained in:
Connor Adams 2022-04-08 11:41:05 +01:00
parent 1133a003ac
commit bb2c374758

View file

@ -6,7 +6,7 @@ A GitHub action to comment on the relevant open PR when a commit is pushed.
- Requires the `GITHUB_TOKEN` secret.
- Requires the comment's message in the `msg` parameter.
- Supports `push` and `pull_request` event types.
- Supports `push`, `pull_request` and `pull_request_review` event types.
### Sample workflow