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 +```