From 759b80ed5a64f76be810240ae607e197b96fb1aa Mon Sep 17 00:00:00 2001 From: Mohamed Hamza Date: Wed, 17 Dec 2025 16:12:35 -0500 Subject: [PATCH] Update README with mention of port Signed-off-by: Mohamed Hamza --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f63441e..6762f2f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # vitess-bot +> [!NOTE] +> This bot's functionality has been ported over to use GitHub Actions. See https://github.com/vitessio/vitess/pull/19048 for more information. + This bot automates some tasks in the [`vitessio/vitess`](https://github.com/vitessio/vitess) git repo. It currently automates the following tasks: @@ -83,4 +86,4 @@ killall -9 vitess-bot source ~/.profile go build -o vitess-bot ./go nohup ./vitess-bot & -``` \ No newline at end of file +```