From 35198da7d127de8b152a7b7c62c5ec099967178c Mon Sep 17 00:00:00 2001 From: Edward McFarlane <3036610+emcfarlane@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:38:40 +0200 Subject: [PATCH] Add notice for buf-action (#141) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e583a05..27e1539 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # `buf-breaking-action` +> [!NOTE] +> This action has been deprecated in favor of the [`buf-action`][buf-action] which combines the +> functionality of `buf-breaking-action` with the ability to run Buf commands in the same step. Please +> see the [`buf-action`][buf-action] documentation for more information. + This [Action][actions] enables you to run [breaking change detection][breaking] with [Buf] in your GitHub Actions pipelines. If it detects breaking changes in a pull request, it automatically creates inline comments under specific lines in your `.proto` files. @@ -144,6 +149,7 @@ steps: ``` [actions]: https://docs.github.com/actions +[buf-action]: https://github.com/bufbuild/buf-action [breaking]: https://docs.buf.build/breaking [bsr]: https://docs.buf.build/bsr [buf]: https://buf.build