From 769ed8d60cf6cdf31e4a17773c2cd83f3aa005d0 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Wed, 19 Mar 2025 09:18:48 +0100 Subject: [PATCH] Add "Related actions" --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a0e7242..b6892e8 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,11 @@ jobs: id: preview-url ``` +## Related actions + +- [Action Comment Pull Request](https://github.com/thollander/actions-comment-pull-request) offers a similar functionality. Does not support failing, but offers reading the message from a file. +- [GitHub Comment on PR](https://github.com/koppor/ghprcomment/) triggers comment based on failed workflows. + ## Contributing Contributions are welcome :pray: Please [open an issue](https://github.com/hasura/comment-progress/issues/new) before working on something big or breaking.